diff --git a/CompatLib/build.gradle b/CompatLib/build.gradle index 92e0a5b81b..7749def9bc 100644 --- a/CompatLib/build.gradle +++ b/CompatLib/build.gradle @@ -32,5 +32,5 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.core:core-ktx:1.7.0' } diff --git a/CompatLibVR/build.gradle b/CompatLibVR/build.gradle index 5ce8ca3b15..fbb4a866e9 100644 --- a/CompatLibVR/build.gradle +++ b/CompatLibVR/build.gradle @@ -32,6 +32,6 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.core:core-ktx:1.7.0' implementation project(':CompatLib') } \ No newline at end of file diff --git a/CompatLibVS/build.gradle b/CompatLibVS/build.gradle index 6eb8e4bbc8..c8f81e8359 100644 --- a/CompatLibVS/build.gradle +++ b/CompatLibVS/build.gradle @@ -32,6 +32,6 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.core:core-ktx:1.7.0' implementation project(':CompatLib') } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 8a40f42ef2..d73bb48c00 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { kotlin_version = '1.6.21' compose_version = '1.2.0-beta01' - accompanist_version = '0.24.4-alpha' + accompanist_version = '0.24.8-beta' libsu_version = '3.1.2' protocVersion = '3.18.0' room_version = '2.4.2' @@ -335,7 +335,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'org.mockito:mockito-core:4.0.0' + androidTestImplementation 'org.mockito:mockito-core:4.5.1' androidTestImplementation 'com.google.dexmaker:dexmaker:1.2' androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2' androidTestImplementation 'com.android.support.test:runner:1.0.2' @@ -367,9 +367,9 @@ dependencies { implementation "com.google.accompanist:accompanist-systemuicontroller:$accompanist_version" implementation 'com.google.android.material:material:1.6.0' implementation "io.github.fornewid:material-motion-compose-core:0.8.4" - implementation 'dev.kdrag0n:colorkt:1.0.3' - implementation "io.coil-kt:coil-compose:1.4.0" - implementation 'me.xdrop:fuzzywuzzy:1.3.1' + implementation 'dev.kdrag0n:colorkt:1.0.5' + implementation 'io.coil-kt:coil-compose:2.0.0' + implementation 'me.xdrop:fuzzywuzzy:1.4.0' implementation "com.patrykmichalik:preference-manager:1.0.4" implementation "androidx.datastore:datastore-preferences:1.0.0" implementation "com.squareup.retrofit2:retrofit:2.9.0" @@ -385,7 +385,7 @@ dependencies { implementation 'com.google.protobuf:protobuf-javalite:3.8.0' implementation 'com.github.LawnchairLauncher:oss-notices:1.0.2' - api 'com.airbnb.android:lottie:3.3.0' + api 'com.airbnb.android:lottie:5.0.3' } protobuf {