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

Unverified Commit 8fb9b3a8 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update dependencies; bump version to 4.2.0-beta.1

parent a7779ca6
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 402000003
        versionCode 402000004
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

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

@@ -105,7 +105,7 @@ dependencies {
    implementation 'com.google.android.flexbox:flexbox:3.0.0'
    implementation 'com.google.android.material:material:1.5.0'

    def room_version = '2.4.1'
    def room_version = '2.4.2'
    implementation "androidx.room:room-runtime:$room_version"
    implementation "androidx.room:room-ktx:$room_version"
    implementation "androidx.room:room-paging:$room_version"
Compare 00f63f5a to b0ec5b89
Original line number Diff line number Diff line
Subproject commit 00f63f5a4f59daa94c3f2959cc9a081ae9ed9a2f
Subproject commit b0ec5b8902c4b9ac7fd274f4a75d04aeb16d78dd
+1 −1

File changed.

Contains only whitespace changes.