@@ -4,11 +4,11 @@ plugins {
44}
55
66android {
7- compileSdk 31
7+ compileSdk 33
88
99 defaultConfig {
1010 minSdk 21
11- targetSdk 31
11+ targetSdk 33
1212
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1414 consumerProguardFiles " consumer-rules.pro"
@@ -31,7 +31,7 @@ android {
3131 compose true
3232 }
3333 composeOptions {
34- kotlinCompilerExtensionVersion compose_version
34+ kotlinCompilerExtensionVersion ' 1.3.1 '
3535 }
3636
3737 packagingOptions {
@@ -44,21 +44,20 @@ android {
4444
4545dependencies {
4646
47- implementation ' androidx.core:core-ktx:1.7 .0'
47+ implementation ' androidx.core:core-ktx:1.9 .0'
4848
49- implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:1.2 .0'
49+ implementation ' com.github.SmartToolFactory:Compose-Extended-Gestures:2.0 .0'
5050 implementation ' com.github.SmartToolFactory:Compose-Extended-Colors:1.0.0-alpha07'
5151 implementation ' com.github.SmartToolFactory:Compose-Screenshot:1.0.3'
5252 implementation ' com.github.SmartToolFactory:Compose-Color-Detector:1.0.0'
53- implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.0.2'
54-
53+ implementation ' com.github.SmartToolFactory:Compose-Colorful-Sliders:1.1.0'
5554 // Jetpack Compose
5655 implementation " androidx.compose.ui:ui:$compose_version "
5756 implementation " androidx.compose.ui:ui-tooling:$compose_version "
5857 implementation " androidx.compose.material:material:$compose_version "
5958 implementation " androidx.compose.runtime:runtime:$compose_version "
6059 implementation " androidx.compose.material:material-icons-extended:$compose_version "
61- implementation " androidx.compose.material3:material3:1.0.0-alpha12 "
60+ implementation " androidx.compose.material3:material3:1.0.0-beta02 "
6261
6362 testImplementation ' junit:junit:4.13.2'
6463 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
0 commit comments