diff --git a/src/apps/Android/.idea/deploymentTargetSelector.xml b/src/apps/Android/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/src/apps/Android/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/apps/Android/.idea/gradle.xml b/src/apps/Android/.idea/gradle.xml index ae388c2..0897082 100644 --- a/src/apps/Android/.idea/gradle.xml +++ b/src/apps/Android/.idea/gradle.xml @@ -4,16 +4,15 @@ diff --git a/src/apps/Android/.idea/migrations.xml b/src/apps/Android/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/src/apps/Android/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/src/apps/Android/.idea/other.xml b/src/apps/Android/.idea/other.xml new file mode 100644 index 0000000..4604c44 --- /dev/null +++ b/src/apps/Android/.idea/other.xml @@ -0,0 +1,252 @@ + + + + + + \ No newline at end of file diff --git a/src/apps/Android/app/release/app-release.aab b/src/apps/Android/app/release/app-release.aab index e777376..66d6ec2 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 6d9d338..9d6bb04 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.1.1" apply false + id("com.android.application") version "8.5.2" 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 a792ad7..40eb376 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.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists