fixed app crash, added an easter egg

This commit is contained in:
Odweta
2024-10-16 22:19:36 +02:00
parent a046e5a000
commit d9c296f80e
14 changed files with 66 additions and 22 deletions
+1 -1
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.6.0" apply false
id("com.android.application") version "8.7.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}