mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-25 22:29:45 +03:00
bump version
This commit is contained in:
parent
3e303b0eee
commit
16ffe2bce4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ android {
|
|||
targetSdk = AndroidConfig.targetSdk
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
versionCode = 67
|
||||
versionName = "0.12.1.2"
|
||||
versionName = "0.12.1.3"
|
||||
|
||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
||||
|
|
Loading…
Reference in a new issue