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

Unverified Commit 73a7b718 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update dependencies; version bump to 4.2.0-alpha.3

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

        versionCode 402000001
        versionCode 402000002
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

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

@@ -97,7 +97,7 @@ dependencies {
    implementation 'androidx.core:core-ktx:1.7.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.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
    implementation 'androidx.paging:paging-runtime-ktx:3.1.0'
    implementation 'androidx.preference:preference-ktx:1.2.0'
    implementation 'androidx.security:security-crypto:1.1.0-alpha03'
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildscript {
    ext.versions = [
        aboutLibraries: '8.9.1',
        aboutLibraries: '8.9.4',
        appIntro: '6.1.0',
        dav4jvm: 'fe62f70',
        kotlin: '1.6.10',