fixed app crash (buffer overflow)

This commit is contained in:
Odweta
2024-03-08 18:15:25 +01:00
parent abcb2ab381
commit 6c8b0dc527
8 changed files with 155 additions and 12 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.2.2" apply false
id("com.android.application") version "8.3.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}