1
0
mirror of https://github.com/etesync/android synced 2024-12-23 15:18:14 +00:00

Version bump to 1.3.3.1

This commit is contained in:
Ricki Hirner 2016-10-21 19:52:55 +02:00
parent 5b50aa024e
commit 08639b2e89

View File

@ -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 * All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0 * are made available under the terms of the GNU Public License v3.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -17,7 +17,7 @@ android {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 24 targetSdkVersion 24
versionCode 123 versionCode 125
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true" buildConfigField "boolean", "customCerts", "true"
@ -25,7 +25,7 @@ android {
productFlavors { productFlavors {
standard { standard {
versionName "1.3.3-ose" versionName "1.3.3.1-ose"
} }
} }