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