Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1554c6ae authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 4.2.0-alpha.1; update dependencies

parent 16311708
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

        versionCode 401010002
        versionCode 402000000
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

        minSdkVersion 21        // Android 5
@@ -51,7 +51,7 @@ android {
    flavorDimensions "distribution"
    productFlavors {
        standard {
            versionName "4.1.1-ose"
            versionName "4.2.0-alpha.1-ose"
        }
    }

@@ -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'