Version bump to 1.3.5

pull/2/head
Ricki Hirner 8 years ago
parent ef92753ac6
commit 7a4fc19814

@ -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"
}
}

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

Loading…
Cancel
Save