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

Commit 4b49df77 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update room, version bump to 4.1-alpha.3

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


        versionCode 401000002
        versionCode 401000003
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"


        minSdkVersion 21        // Android 5
        minSdkVersion 21        // Android 5
@@ -54,7 +54,7 @@ android {
    flavorDimensions "distribution"
    flavorDimensions "distribution"
    productFlavors {
    productFlavors {
        standard {
        standard {
            versionName "4.1-alpha.3-ose"
            versionName "4.1-alpha.4-ose"
        }
        }
    }
    }


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


    def room_version = '2.4.0-beta02'
    def room_version = '2.4.0-rc01'
    implementation "androidx.room:room-runtime:$room_version"
    implementation "androidx.room:room-runtime:$room_version"
    implementation "androidx.room:room-ktx:$room_version"
    implementation "androidx.room:room-ktx:$room_version"
    implementation "androidx.room:room-paging:$room_version"
    implementation "androidx.room:room-paging:$room_version"