Remove -alpha from version name

This commit is contained in:
2021-04-18 10:04:56 -05:00
parent 5dd9f43464
commit f88a9bd46a

View File

@@ -38,7 +38,7 @@ android {
defaultConfig { defaultConfig {
versionCode(20001) versionCode(20001)
versionName("2.0.1-alpha") versionName("2.0.1")
minSdkVersion(23) minSdkVersion(23)
targetSdkVersion(30) targetSdkVersion(30)
applicationId("org.isoron.uhabits") applicationId("org.isoron.uhabits")