Skip to content

Commit 8dc37f5

Browse files
update gradle
1 parent 504cd58 commit 8dc37f5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ android {
4848
dependencies {
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'

colorpicker/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ android {
4343

4444
dependencies {
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"

0 commit comments

Comments
 (0)