summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-03 23:17:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-03 23:17:03 +0000
commit519ef3279e5fd8dce62123c8e8ef4f9cacd3dd62 (patch)
tree5464d37f32328bcd1558edbc3f501c9711a16ff6
parent7519ddbf8505920933303a9739942d8d4cf91990 (diff)
parentf91cd6f05ca90e9a3df989aa30d1acb2bb553036 (diff)
downloadsystemui-519ef3279e5fd8dce62123c8e8ef4f9cacd3dd62.tar.gz
Snap for 10607267 from f91cd6f05ca90e9a3df989aa30d1acb2bb553036 to udc-qpr1-release
Change-Id: Ia40b98901da994ca9bda567a79879392cb9721b7
-rw-r--r--animationlib/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/animationlib/build.gradle b/animationlib/build.gradle
index d32fdb4..18ae0e1 100644
--- a/animationlib/build.gradle
+++ b/animationlib/build.gradle
@@ -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"
}