Loading app/build.gradle +2 −3 Original line number Diff line number Diff line Loading @@ -14,8 +14,7 @@ android { defaultConfig { applicationId "at.bitfire.davdroid" versionCode 401000005 versionName '4.1' // check suffixes, too versionCode 401010000 buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" minSdkVersion 21 // Android 5 Loading Loading @@ -51,7 +50,7 @@ android { flavorDimensions "distribution" productFlavors { standard { versionName "4.1-ose" versionName "4.1.1-ose" } } Loading Loading
app/build.gradle +2 −3 Original line number Diff line number Diff line Loading @@ -14,8 +14,7 @@ android { defaultConfig { applicationId "at.bitfire.davdroid" versionCode 401000005 versionName '4.1' // check suffixes, too versionCode 401010000 buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" minSdkVersion 21 // Android 5 Loading Loading @@ -51,7 +50,7 @@ android { flavorDimensions "distribution" productFlavors { standard { versionName "4.1-ose" versionName "4.1.1-ose" } } Loading