merge code

This commit is contained in:
qiji4215
2023-06-09 19:10:55 +08:00
parent 43e554b344
commit 4884db93fc
4 changed files with 11 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ plugins {
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'com.google.dagger.hilt.android' version '2.44' apply false
}
static def androidCompileSdk() { return 33 }
allprojects {
ext.gdxVersion = "1.11.0"