diff --git a/build.gradle b/build.gradle index 50de24a0..1af079b9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ // TODO: move to versions.gradle ext { - appVersionName = '1.0.0 Alpha 1' + appVersionName = '1.0.0 Alpha 2' - appVersionCode = 1 + appVersionCode = 2 kotlinVersion = '1.3.72' kotlinCoroutinesVersion = "1.3.5"