@@ -37,7 +37,7 @@ android {
3737 compose true
3838 }
3939 composeOptions {
40- kotlinCompilerExtensionVersion = " 1.3.2 "
40+ kotlinCompilerExtensionVersion = " 1.4.7 "
4141 }
4242 packagingOptions {
4343 resources {
@@ -50,15 +50,15 @@ dependencies {
5050
5151 implementation project(' :cropper' )
5252
53- implementation ' androidx.core:core-ktx:1.9.0 '
54- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5 .1'
53+ implementation ' androidx.core:core-ktx:1.10.1 '
54+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6 .1'
5555
5656 // Colorful Customizable Sliders
57- implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.1 .0'
57+ implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.2 .0'
5858 // Color picker
5959 implementation ' com.github.SmartToolFactory:Compose-Color-Picker-Bundle:1.0.1'
6060 // Gestures
61- implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:2.1 .0'
61+ implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:3.0 .0'
6262 // Animated List
6363 implementation ' com.github.SmartToolFactory:Compose-AnimatedList:0.5.1'
6464
@@ -73,31 +73,32 @@ dependencies {
7373 implementation " androidx.compose.material:material-icons-core:$compose_version "
7474 implementation " androidx.compose.material:material-icons-extended:$compose_version "
7575 // Integration with activities
76- implementation ' androidx.activity:activity-compose:1.6 .1'
76+ implementation ' androidx.activity:activity-compose:1.7 .1'
7777 // Integration with ViewModels
78- implementation ' androidx.lifecycle:lifecycle-viewmodel-compose:2.5 .1'
78+ implementation ' androidx.lifecycle:lifecycle-viewmodel-compose:2.6 .1'
7979
8080 // Material Design 3 for Compose
81- implementation " androidx.compose.material3:material3:1.0 .0"
81+ implementation " androidx.compose.material3:material3:1.1 .0"
8282
8383 def nav_compose_version = " 2.5.3"
8484 implementation " androidx.navigation:navigation-compose:$nav_compose_version "
8585
8686 def accompanist_version = " 0.25.0"
87+
8788 // Accompanist
8889 implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
8990 implementation " com.google.accompanist:accompanist-pager:$accompanist_version "
9091 implementation " com.google.accompanist:accompanist-drawablepainter:$accompanist_version "
9192
9293 // Coil
93- implementation(" io.coil-kt:coil-compose:2.1.0 " )
94+ implementation(" io.coil-kt:coil-compose:2.2.2 " )
9495
9596 // Photo Picker
9697 implementation(" com.google.modernstorage:modernstorage-photopicker:1.0.0-alpha06" )
9798
9899 testImplementation ' junit:junit:4.13.2'
99- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
100- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
100+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
101+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
101102 androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
102103 debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
103104 debugImplementation " androidx.compose.ui:ui-test-manifest:$compose_version "
0 commit comments