1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-05 21:11:39 +09:00

Update build.gradle

This commit is contained in:
areteruhiro 2025-01-31 15:48:35 +09:00 committed by GitHub
parent 1c9bf4865b
commit 4a221ff175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ android {
defaultConfig {
minSdk 28
targetSdk 35
versionCode 11512
versionCode 11612
versionName "1.16.12beta"
multiDexEnabled false
proguardFiles += 'proguard-rules.pro'
@ -71,4 +71,4 @@ dependencies {
tasks.withType(JavaCompile).configureEach {
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
}
}