Bumped version to 1.0.0 Alpha 3

This commit is contained in:
dankito 2020-06-04 10:56:37 +02:00
parent 8122dfc810
commit 069464510c
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
// TODO: move to versions.gradle
ext {
appVersionName = '1.0.0 Alpha 2'
appVersionName = '1.0.0 Alpha 3'
appVersionCode = 2
appVersionCode = 3
kotlinVersion = '1.3.72'
kotlinCoroutinesVersion = "1.3.5"