Loading app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ android { defaultConfig { applicationId "at.bitfire.davdroid" versionCode 401010001 versionCode 401010002 buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" minSdkVersion 21 // Android 5 Loading Loading @@ -50,7 +50,7 @@ android { flavorDimensions "distribution" productFlavors { standard { versionName "4.1.1-rc.1-ose" versionName "4.1.1-ose" } } Loading fastlane/metadata/android/en-US/changelogs/401010002.txt 0 → 100644 +5 −0 Original line number Diff line number Diff line * add warning to avoid apostrophes in account names * show a warning when disk space is low, which will stop synchronization * delete dirty events without instances before syncing * minor optimizations and bug fixes Loading
app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ android { defaultConfig { applicationId "at.bitfire.davdroid" versionCode 401010001 versionCode 401010002 buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" minSdkVersion 21 // Android 5 Loading Loading @@ -50,7 +50,7 @@ android { flavorDimensions "distribution" productFlavors { standard { versionName "4.1.1-rc.1-ose" versionName "4.1.1-ose" } } Loading
fastlane/metadata/android/en-US/changelogs/401010002.txt 0 → 100644 +5 −0 Original line number Diff line number Diff line * add warning to avoid apostrophes in account names * show a warning when disk space is low, which will stop synchronization * delete dirty events without instances before syncing * minor optimizations and bug fixes