File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,11 @@ android {
4848dependencies {
4949
5050 implementation project(' :colorpicker' )
51+
5152 implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.0.1'
53+ implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:1.0.0'
5254
55+ // Jetpack Compose
5356 implementation ' androidx.core:core-ktx:1.7.0'
5457 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
5558 implementation ' androidx.activity:activity-compose:1.4.0'
Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ android {
4343
4444dependencies {
4545
46- implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.0.1'
47- implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:1.0.0'
48-
4946 implementation ' androidx.core:core-ktx:1.7.0'
5047
48+ implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:1.0.0'
49+ implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.0.1'
50+ implementation ' com.github.SmartToolFactory:Compose-Screenshot:1.0.0'
51+
5152 // Jetpack Compose
5253 implementation " androidx.compose.ui:ui:$compose_version "
5354 implementation " androidx.compose.ui:ui-tooling:$compose_version "
You can’t perform that action at this time.
0 commit comments