1
0
mirror of https://github.com/etesync/android synced 2024-12-23 07:08:16 +00:00

Version bump to 1.3.5

This commit is contained in:
Ricki Hirner 2016-12-23 15:49:53 +01:00
parent ef92753ac6
commit 7a4fc19814
2 changed files with 3 additions and 7 deletions

View File

@ -14,10 +14,11 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
minSdkVersion 15
targetSdkVersion 24
versionCode 129
versionCode 130
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@ -25,7 +26,7 @@ android {
productFlavors {
standard {
versionName "1.3.4.1-ose"
versionName "1.3.5-ose"
}
}

View File

@ -370,11 +370,6 @@ public class ContactsSyncManager extends SyncManager {
}
}
@Override
protected void saveSyncState() throws CalendarStorageException, ContactsStorageException {
super.saveSyncState();
}
// helpers