@@ -36,7 +36,7 @@ android {
3636 compose true
3737 }
3838 composeOptions {
39- kotlinCompilerExtensionVersion ' 1.3.1 '
39+ kotlinCompilerExtensionVersion ' 1.5.0 '
4040 }
4141 packagingOptions {
4242 resources {
@@ -50,30 +50,30 @@ dependencies {
5050
5151 implementation project(' :colorpicker' )
5252
53- implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.1 .0'
54- implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:2.1 .0'
53+ implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.2 .0'
54+ implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:3.0 .0'
5555 implementation ' com.github.SmartToolFactory:Compose-Extended-Colors:1.0.0-alpha07'
5656
5757 // Jetpack Compose
58- implementation ' androidx.core:core-ktx:1.9.0 '
59- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5 .1'
60- implementation ' androidx.activity:activity-compose:1.5.1 '
58+ implementation ' androidx.core:core-ktx:1.10.1 '
59+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6 .1'
60+ implementation ' androidx.activity:activity-compose:1.7.2 '
6161
6262 // Jetpack Compose
6363 implementation " androidx.compose.ui:ui:$compose_version "
6464 implementation " androidx.compose.material:material:$compose_version "
6565 implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
6666
6767
68- def accompanist_version = " 0.25.0 "
68+ def accompanist_version = " 0.30.1 "
6969 // Accompanist
7070 implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
7171 implementation " com.google.accompanist:accompanist-pager:$accompanist_version "
7272 implementation " com.google.accompanist:accompanist-drawablepainter:$accompanist_version "
7373
7474 testImplementation ' junit:junit:4.13.2'
75- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
76- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
75+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
76+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
7777 androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
7878 debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
7979}
0 commit comments