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

Commit ee436b0a authored by Cameron Yee's avatar Cameron Yee
Browse files

Update version numbers for dependencies

The build broke when these were omitted.

Test: gradle
Bug: 294280021

Change-Id: I13ddaa21ae46fbff87570b4a1b8064b696708ee7
parent c1b65450
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -39,9 +39,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"
}