Skip to content

Commit

Permalink
修改 版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieHChen committed Dec 21, 2023
1 parent 1c76a03 commit 0cb61aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ kotlin.incremental.useClasspathSnapshot=true
# Project Configuration
project.name=XiaomiHelper
project.android.compileSdk=34
project.android.minSdk=33
project.android.minSdk=34
project.android.targetSdk=34
project.app.packageName=dev.lackluster.mihelper
project.app.versionName="1.0.0"
project.app.versionCode=1
project.app.versionName="1.0.6"
project.app.versionCode=2
# Additional Configuration
android.enableR8.fullMode=false

0 comments on commit 0cb61aa

Please sign in to comment.