Version bump to 3.2-beta2

This commit is contained in:
Ricki Hirner committed 2020-07-03 16:41:35 +02:00
1 parent 71111172cb
commit 31b75cffa3
1 file changed
+2 -2
+2 -2
View File
@@ -20,7 +20,7 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
versionCode 302000000
versionCode 302000001
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 21 // Android 5.0
@@ -47,7 +47,7 @@ android {
flavorDimensions "distribution"
productFlavors {
standard {
versionName "3.2-beta1-ose"
versionName "3.2-beta2-ose"
}
}