Loading app/build.gradle +4 −4 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ android { defaultConfig { applicationId "at.bitfire.davdroid" versionCode 401010002 versionCode 402000000 buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" minSdkVersion 21 // Android 5 Loading Loading @@ -51,7 +51,7 @@ android { flavorDimensions "distribution" productFlavors { standard { versionName "4.1.1-ose" versionName "4.2.0-alpha.1-ose" } } Loading Loading @@ -95,11 +95,11 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.fragment:fragment-ktx:1.4.0' implementation 'androidx.fragment:fragment-ktx:1.4.1' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0' implementation 'androidx.paging:paging-runtime-ktx:3.1.0' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.security:security-crypto:1.1.0-alpha03' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android.flexbox:flexbox:3.0.0' Loading Loading
app/build.gradle +4 −4 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ android { defaultConfig { applicationId "at.bitfire.davdroid" versionCode 401010002 versionCode 402000000 buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" minSdkVersion 21 // Android 5 Loading Loading @@ -51,7 +51,7 @@ android { flavorDimensions "distribution" productFlavors { standard { versionName "4.1.1-ose" versionName "4.2.0-alpha.1-ose" } } Loading Loading @@ -95,11 +95,11 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.fragment:fragment-ktx:1.4.0' implementation 'androidx.fragment:fragment-ktx:1.4.1' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0' implementation 'androidx.paging:paging-runtime-ktx:3.1.0' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.security:security-crypto:1.1.0-alpha03' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android.flexbox:flexbox:3.0.0' Loading