Skip to content

Commit

Permalink
6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowine committed Jan 9, 2024
1 parent 5835139 commit 1a5f17f
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 @@ -17,8 +17,8 @@ android {
applicationId = "statusbar.lyric"
minSdk = 26
targetSdk = 34
versionCode = 205
versionName = "6.1.2"
versionCode = 206
versionName = "6.1.3"
aaptOptions.cruncherEnabled = false
aaptOptions.useNewCruncher = false
buildConfigField("long", "BUILD_TIME", "$buildTime")
Expand Down Expand Up @@ -58,7 +58,7 @@ android {
}
}
buildFeatures {
viewBinding = true
viewBinding = false
}
applicationVariants.all {
outputs.all {
Expand Down

0 comments on commit 1a5f17f

Please sign in to comment.