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

Commit 7943d104 authored by Cameron Yee's avatar Cameron Yee Committed by Automerger Merge Worker
Browse files

Merge "Update version numbers for dependencies" into udc-qpr-dev am: f91cd6f0

parents 45389846 f91cd6f0
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -40,9 +40,9 @@ android {
}

dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7"
    implementation "androidx.core:core-animation"
    implementation "androidx.core:core-ktx"
    androidTestImplementation "androidx.test.ext:junit"
    androidTestImplementation "androidx.test:rules"
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0"
    implementation "androidx.core:core-animation:1.0.0-alpha02"
    implementation "androidx.core:core-ktx:1.9.0"
    androidTestImplementation "androidx.test.ext:junit:1.1.3"
    androidTestImplementation "androidx.test:rules:1.4.0"
}