Browse Source

chore: up version

develop
Ezerous 3 months ago
parent
commit
b2249b77ba
  1. 4
      app/build.gradle

4
app/build.gradle

@ -13,8 +13,8 @@ android {
compileSdk 33
minSdkVersion 23
targetSdkVersion 33
versionCode 33
versionName "2.2.1"
versionCode 34
versionName "2.3.0"
archivesBaseName = "mTHMMY-v$versionName"
buildConfigField "String", "CURRENT_BRANCH", "\"" + getCurrentBranch() + "\""
buildConfigField "String", "COMMIT_HASH", "\"" + getCommitHash() + "\""

Loading…
Cancel
Save