Version bump to 1.3.3.1

pull/2/head
Ricki Hirner 8 years ago
parent 5b50aa024e
commit 08639b2e89

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013 2016 Ricki Hirner (bitfire web engineering).
* Copyright (c) Ricki Hirner (bitfire web engineering).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanies this distribution, and is available at
@ -17,7 +17,7 @@ android {
minSdkVersion 15
targetSdkVersion 24
versionCode 123
versionCode 125
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@ -25,7 +25,7 @@ android {
productFlavors {
standard {
versionName "1.3.3-ose"
versionName "1.3.3.1-ose"
}
}

Loading…
Cancel
Save