Gesture apps can now be chosen freely (also Gradle updates)

This commit is contained in:
ottoptj 2024-08-05 02:56:25 +03:00
commit 2a0be96ee6
14 changed files with 499 additions and 87 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.2.1" apply false
id("com.android.application") version "8.5.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}