Bumped version to 1.0.0 Alpha 2

This commit is contained in:
dankito 2020-06-03 23:56:41 +02:00
parent a352c68de8
commit 8122dfc810
1 changed files with 2 additions and 2 deletions

View File

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