Skip to content

Commit

Permalink
2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowine authored Dec 30, 2024
1 parent 0d6aa09 commit ab8da74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ android {
applicationId = "cn.lyric.getter"
minSdk = 26
targetSdk = 35
versionCode = 23
versionName = "2.0.15"
versionCode = 24
versionName = "2.0.16"
dependenciesInfo.includeInApk = false
ndk.abiFilters += arrayOf("arm64-v8a", "armeabi-v7a", "x86", "x86_64")
buildConfigField("long", "BUILD_TIME", "$buildTime")
buildConfigField("int", "API_VERSION", "6")
buildConfigField("int", "CONFIG_VERSION", "1")
buildConfigField("int", "APP_RULES_API_VERSION", "9")
buildConfigField("int", "APP_RULES_API_VERSION", "14")
}
val config = localProperties.getProperty("androidStoreFile")?.let {
signingConfigs.create("config") {
Expand Down

0 comments on commit ab8da74

Please sign in to comment.