Skip to content

Commit

Permalink
2.3.4
Browse files Browse the repository at this point in the history
修复在部分设备无法使用
  • Loading branch information
xiaowine committed Nov 14, 2023
1 parent 9834e9f commit 8e79349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "cn.fuckhome.xiaowine"
minSdk = 26
targetSdk = 34
versionCode = 12
versionName = "2.3.3"
versionCode = 13
versionName = "2.3.4"
aaptOptions.cruncherEnabled = false
aaptOptions.useNewCruncher = false
buildConfigField("String", "BUILD_TIME", "\"$buildTime\"")
Expand Down

0 comments on commit 8e79349

Please sign in to comment.