diff --git a/src/apps/Android/.idea/AndroidProjectSystem.xml b/src/apps/Android/.idea/AndroidProjectSystem.xml
new file mode 100644
index 0000000..4a53bee
--- /dev/null
+++ b/src/apps/Android/.idea/AndroidProjectSystem.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/apps/Android/.idea/compiler.xml b/src/apps/Android/.idea/compiler.xml
index b589d56..b86273d 100644
--- a/src/apps/Android/.idea/compiler.xml
+++ b/src/apps/Android/.idea/compiler.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/src/apps/Android/.idea/deploymentTargetSelector.xml b/src/apps/Android/.idea/deploymentTargetSelector.xml
index b268ef3..637783d 100644
--- a/src/apps/Android/.idea/deploymentTargetSelector.xml
+++ b/src/apps/Android/.idea/deploymentTargetSelector.xml
@@ -4,6 +4,14 @@
+
+
+
+
+
+
+
+
diff --git a/src/apps/Android/.idea/gradle.xml b/src/apps/Android/.idea/gradle.xml
index 0897082..639c779 100644
--- a/src/apps/Android/.idea/gradle.xml
+++ b/src/apps/Android/.idea/gradle.xml
@@ -4,6 +4,7 @@
-
diff --git a/src/apps/Android/.idea/misc.xml b/src/apps/Android/.idea/misc.xml
index 8978d23..74dd639 100644
--- a/src/apps/Android/.idea/misc.xml
+++ b/src/apps/Android/.idea/misc.xml
@@ -1,6 +1,7 @@
+
-
+
diff --git a/src/apps/Android/.idea/other.xml b/src/apps/Android/.idea/other.xml
deleted file mode 100644
index 4604c44..0000000
--- a/src/apps/Android/.idea/other.xml
+++ /dev/null
@@ -1,252 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/apps/Android/.idea/runConfigurations.xml b/src/apps/Android/.idea/runConfigurations.xml
new file mode 100644
index 0000000..16660f1
--- /dev/null
+++ b/src/apps/Android/.idea/runConfigurations.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/apps/Android/app/build.gradle.kts b/src/apps/Android/app/build.gradle.kts
index 11bb8dc..4ee88c0 100644
--- a/src/apps/Android/app/build.gradle.kts
+++ b/src/apps/Android/app/build.gradle.kts
@@ -5,14 +5,14 @@ plugins {
android {
namespace = "com.janishutz.libreevent"
- compileSdk = 33
+ compileSdk = 35
defaultConfig {
applicationId = "com.janishutz.libreevent"
minSdk = 24
- targetSdk = 33
- versionCode = 2
- versionName = "1.0"
+ targetSdk = 35
+ versionCode = 5
+ versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/src/apps/Android/app/release/app-release.aab b/src/apps/Android/app/release/app-release.aab
index 66d6ec2..f384c08 100644
Binary files a/src/apps/Android/app/release/app-release.aab and b/src/apps/Android/app/release/app-release.aab differ
diff --git a/src/apps/Android/build.gradle.kts b/src/apps/Android/build.gradle.kts
index 9d6bb04..7b60aec 100644
--- a/src/apps/Android/build.gradle.kts
+++ b/src/apps/Android/build.gradle.kts
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
- id("com.android.application") version "8.5.2" apply false
+ id("com.android.application") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}
\ No newline at end of file
diff --git a/src/apps/Android/gradle/wrapper/gradle-wrapper.properties b/src/apps/Android/gradle/wrapper/gradle-wrapper.properties
index 40eb376..0f2a431 100644
--- a/src/apps/Android/gradle/wrapper/gradle-wrapper.properties
+++ b/src/apps/Android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sun Sep 03 11:15:46 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists