fixed crashes

This commit is contained in:
2024-12-13 09:04:22 -08:00
parent fdd749e12b
commit f05c493873
8 changed files with 47 additions and 8 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.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
id 'com.android.application' version '8.2.1' apply false
id 'com.android.library' version '8.2.1' apply false
}