@@ -36,7 +36,7 @@ android {
3636 compose true
3737 }
3838 composeOptions {
39- kotlinCompilerExtensionVersion = " 1.4.0 "
39+ kotlinCompilerExtensionVersion = " 1.4.7 "
4040 }
4141 packagingOptions {
4242 resources {
@@ -50,24 +50,24 @@ dependencies {
5050
5151 implementation project(' :slider' )
5252
53- implementation ' androidx.core:core-ktx:1.8 .0'
54- implementation ' androidx.appcompat:appcompat:1.5.0 '
55- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5 .1'
53+ implementation ' androidx.core:core-ktx:1.10 .0'
54+ implementation ' androidx.appcompat:appcompat:1.6.1 '
55+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6 .1'
5656
5757 implementation " androidx.compose.ui:ui:$compose_version "
5858 implementation " androidx.compose.material:material:$compose_version "
5959 implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
60- implementation ' androidx.activity:activity-compose:1.5 .1'
60+ implementation ' androidx.activity:activity-compose:1.7 .1'
6161
62- def accompanist_version = " 0.25 .0"
62+ def accompanist_version = " 0.27 .0"
6363 // Accompanist
6464 implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
6565 implementation " com.google.accompanist:accompanist-pager:$accompanist_version "
6666 implementation " com.google.accompanist:accompanist-drawablepainter:$accompanist_version "
6767
6868 testImplementation ' junit:junit:4.13.2'
69- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
70- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
69+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
70+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
7171 androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
7272 debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
7373}
0 commit comments