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:
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…
Reference in New Issue
Block a user