@@ -37,7 +37,7 @@ android {
37
37
compose true
38
38
}
39
39
composeOptions {
40
- kotlinCompilerExtensionVersion = " 1.3.2 "
40
+ kotlinCompilerExtensionVersion = " 1.4.7 "
41
41
}
42
42
packagingOptions {
43
43
resources {
@@ -50,15 +50,15 @@ dependencies {
50
50
51
51
implementation project(' :cropper' )
52
52
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'
55
55
56
56
// 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'
58
58
// Color picker
59
59
implementation ' com.github.SmartToolFactory:Compose-Color-Picker-Bundle:1.0.1'
60
60
// Gestures
61
- implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:2.1 .0'
61
+ implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:3.0 .0'
62
62
// Animated List
63
63
implementation ' com.github.SmartToolFactory:Compose-AnimatedList:0.5.1'
64
64
@@ -73,31 +73,32 @@ dependencies {
73
73
implementation " androidx.compose.material:material-icons-core:$compose_version "
74
74
implementation " androidx.compose.material:material-icons-extended:$compose_version "
75
75
// Integration with activities
76
- implementation ' androidx.activity:activity-compose:1.6 .1'
76
+ implementation ' androidx.activity:activity-compose:1.7 .1'
77
77
// Integration with ViewModels
78
- implementation ' androidx.lifecycle:lifecycle-viewmodel-compose:2.5 .1'
78
+ implementation ' androidx.lifecycle:lifecycle-viewmodel-compose:2.6 .1'
79
79
80
80
// Material Design 3 for Compose
81
- implementation " androidx.compose.material3:material3:1.0 .0"
81
+ implementation " androidx.compose.material3:material3:1.1 .0"
82
82
83
83
def nav_compose_version = " 2.5.3"
84
84
implementation " androidx.navigation:navigation-compose:$nav_compose_version "
85
85
86
86
def accompanist_version = " 0.25.0"
87
+
87
88
// Accompanist
88
89
implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
89
90
implementation " com.google.accompanist:accompanist-pager:$accompanist_version "
90
91
implementation " com.google.accompanist:accompanist-drawablepainter:$accompanist_version "
91
92
92
93
// Coil
93
- implementation(" io.coil-kt:coil-compose:2.1.0 " )
94
+ implementation(" io.coil-kt:coil-compose:2.2.2 " )
94
95
95
96
// Photo Picker
96
97
implementation(" com.google.modernstorage:modernstorage-photopicker:1.0.0-alpha06" )
97
98
98
99
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 '
101
102
androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
102
103
debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
103
104
debugImplementation " androidx.compose.ui:ui-test-manifest:$compose_version "
0 commit comments