1
0
Fork 0

fixed unexplainable crash bug + things i dont remember

This commit is contained in:
nin0dev 2024-03-25 19:42:45 -04:00
parent f182a98b69
commit e3c883d504
6 changed files with 11 additions and 6 deletions

View file

@ -2,4 +2,5 @@
plugins {
id 'com.android.application' version '8.3.1' apply false
id 'com.android.library' version '8.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}