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

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

Update material components to 1.1.0-alpha09, allegedly fixes Meizu crash

parent d32a142e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -92,8 +92,9 @@ dependencies {
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0'
    implementation 'androidx.paging:paging-runtime-ktx:2.1.0'
    implementation 'androidx.preference:preference:1.0.0'
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
    implementation 'com.google.android:flexbox:1.1.0'
    implementation 'com.google.android.material:material:1.0.0'
    implementation 'com.google.android.material:material:1.1.0-alpha09'

    def room_version = '2.1.0'
    implementation "androidx.room:room-runtime:$room_version"