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

Commit 42e8ac5f authored by David Luhmer's avatar David Luhmer
Browse files

update dependencies

parent cfa2aa2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ android {

dependencies {
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation "androidx.appcompat:appcompat:1.1.0-alpha04"
    implementation "androidx.appcompat:appcompat:1.0.2"

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

@@ -57,5 +57,5 @@ dependencies {
    // Required for local unit tests (JUnit 4 framework)
    testImplementation 'junit:junit:4.12'
    // required if you want to use Mockito for unit tests
    testImplementation 'org.mockito:mockito-core:2.25.1'
    testImplementation 'org.mockito:mockito-core:2.26.0'
}