update Android App to new Target API (mostly done)

This commit is contained in:
2024-08-20 14:18:49 +02:00
parent f281289435
commit 80ddf3fac9
7 changed files with 276 additions and 5 deletions

View File

@@ -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
}