mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-22 05:05:38 +03:00
Release 0.10.6
This commit is contained in:
parent
a3b1690d38
commit
45ca470789
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ android {
|
|||
minSdkVersion AndroidConfig.minSdk
|
||||
targetSdkVersion AndroidConfig.targetSdk
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
versionCode 51
|
||||
versionName "0.10.5"
|
||||
versionCode 52
|
||||
versionName "0.10.6"
|
||||
|
||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||
|
|
Loading…
Reference in a new issue