Skip to content

Commit

Permalink
2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowine committed Mar 24, 2024
1 parent 359c27c commit 7c9d37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
buildConfigField("long", "BUILD_TIME", "$buildTime")
buildConfigField("int", "API_VERSION", "6")
buildConfigField("int", "CONFIG_VERSION", "1")
buildConfigField("int", "APP_RULES_API_VERSION", "5")
buildConfigField("int", "APP_RULES_API_VERSION", "6")
}
val config = localProperties.getProperty("androidStoreFile")?.let {
signingConfigs.create("config") {
Expand Down

1 comment on commit 7c9d37d

@hyllllllllll
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.