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

Commit bb634f9e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 10551636 from c1b65450 to udc-qpr1-release

Change-Id: I2268d88359117ddb36e8f47a46b0333d5e792c9d
parents f1131b42 c1b65450
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@ android {
            manifest.srcFile 'AndroidManifest.xml'
        }
        androidTest {
            java.srcDirs = ["tests"]
            java.srcDirs = ["tests/src"]
            manifest.srcFile 'tests/AndroidManifest.xml'
        }
    }
    compileSdk 33
@@ -38,9 +39,9 @@ android {
}

dependencies {
    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"
    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"
}