Skip to content

Commit 17eb2a4

Browse files
Update compose version to 1.2.0-alpha08
1 parent 59da067 commit 17eb2a4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dependencies {
5151

5252
implementation 'com.github.SmartToolFactory:Compose-Colorful-Sliders:1.0.1'
5353
implementation 'com.github.SmartToolFactory:Compose-Extended-Gestures:1.0.0'
54+
implementation 'androidx.palette:palette:1.0.0'
5455

5556
// Jetpack Compose
5657
implementation 'androidx.core:core-ktx:1.7.0'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
22
ext {
3-
compose_version = '1.2.0-alpha07'
3+
compose_version = '1.2.0-alpha08'
44
}
55
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
plugins {
77
id 'com.android.application' version '7.1.3' apply false
88
id 'com.android.library' version '7.1.3' apply false
9-
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
9+
id 'org.jetbrains.kotlin.android' version '1.6.20' apply false
1010
}
1111

1212
task clean(type: Delete) {

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ kotlin.code.style=official
2020
# Enables namespacing of each library's R class so that its R class includes only the
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true
23+
android.nonTransitiveRClass=true
24+
android.enableJetifier=true

0 commit comments

Comments
 (0)