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

Commit 4dc93187 authored by Robert Wiebe's avatar Robert Wiebe
Browse files

Handle root folder

parent f7d77af7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,13 +51,13 @@ android {
}

dependencies {
    implementation 'com.google.code.gson:gson:2.8.5'

    implementation "androidx.appcompat:appcompat:1.0.2"
    implementation 'androidx.annotation:annotation:1.0.2'
    implementation 'androidx.core:core:1.0.2'
    implementation 'androidx.fragment:fragment:1.0.0'

    implementation 'com.google.code.gson:gson:2.8.5'
    api 'com.google.code.gson:gson:2.8.5'

    implementation 'io.reactivex.rxjava2:rxjava:2.2.8'