mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-16 19:09:47 +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
|
minSdkVersion AndroidConfig.minSdk
|
||||||
targetSdkVersion AndroidConfig.targetSdk
|
targetSdkVersion AndroidConfig.targetSdk
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 51
|
versionCode 52
|
||||||
versionName "0.10.5"
|
versionName "0.10.6"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
|
Loading…
Add table
Reference in a new issue