Update README and change bundle identifier.

This commit is contained in:
Raktbastr 2025-02-06 21:30:49 -06:00
parent fc2e26d606
commit 0504040374
5 changed files with 18 additions and 9 deletions

View file

@ -15,4 +15,4 @@ subprojects {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
}

View file

@ -18,7 +18,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.1.0" apply false
id "com.android.application" version "8.2.2" apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}