mirror of
https://github.com/etesync/android
synced 2024-11-15 12:28:57 +00:00
Version bump to 1.3.3.1
This commit is contained in:
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…
Reference in New Issue
Block a user