|
@ -13,8 +13,8 @@ android { |
|
|
applicationId "gr.thmmy.mthmmy" |
|
|
applicationId "gr.thmmy.mthmmy" |
|
|
minSdkVersion 23 |
|
|
minSdkVersion 23 |
|
|
targetSdkVersion 33 |
|
|
targetSdkVersion 33 |
|
|
versionCode 31 |
|
|
versionCode 32 |
|
|
versionName "2.1.0" |
|
|
versionName "2.1.1" |
|
|
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() + "\"" |
|
|