diff --git a/build.gradle b/build.gradle index 1af079b9..7fa8a987 100644 --- a/build.gradle +++ b/build.gradle @@ -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"