Release 0.10.3

This commit is contained in:
arkon
2020-08-03 14:18:04 -04:00
parent 060f0682f4
commit 0c07e05a2b
4 changed files with 5 additions and 5 deletions

View File

@ -40,8 +40,8 @@ android {
minSdkVersion AndroidConfig.minSdk
targetSdkVersion AndroidConfig.targetSdk
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 48
versionName "0.10.2"
versionCode 49
versionName "0.10.3"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""