Update dependencies

This commit is contained in:
Suphon Thanakornpakapong
2022-05-16 15:40:23 +07:00
parent d1d247061b
commit 425a140a13
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -32,5 +32,5 @@ android {
}
dependencies {
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.core:core-ktx:1.7.0'
}
+1 -1
View File
@@ -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')
}
+1 -1
View File
@@ -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')
}
+6 -6
View File
@@ -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 {