Skip to content

Commit ff9c642

Browse files
update compose to 1.2.0-beta03 and gestures to 2.0.0
1 parent ff786e7 commit ff9c642

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 31
7+
compileSdk 32
88

99
defaultConfig {
1010
applicationId "com.smarttoolfactory.composematerialslider"
1111
minSdk 21
12-
targetSdk 31
12+
targetSdk 32
1313
versionCode 1
1414
versionName "1.0"
1515

@@ -50,9 +50,9 @@ dependencies {
5050

5151
implementation project(':slider')
5252

53-
implementation 'androidx.core:core-ktx:1.7.0'
54-
implementation 'androidx.appcompat:appcompat:1.4.1'
55-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
53+
implementation 'androidx.core:core-ktx:1.8.0'
54+
implementation 'androidx.appcompat:appcompat:1.4.2'
55+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
5656

5757
implementation "androidx.compose.ui:ui:$compose_version"
5858
implementation "androidx.compose.material:material:$compose_version"

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
buildscript {
22
ext {
3-
compose_version = '1.2.0-beta02'
3+
compose_version = '1.2.0-beta03'
44
}
55
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
plugins {
7-
id 'com.android.application' version '7.2.0' apply false
8-
id 'com.android.library' version '7.2.0' apply false
7+
id 'com.android.application' version '7.2.1' apply false
8+
id 'com.android.library' version '7.2.1' apply false
99
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
1010
}
1111

slider/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44
}
55

66
android {
7-
compileSdk 31
7+
compileSdk 32
88

99
defaultConfig {
1010
minSdk 21
11-
targetSdk 31
11+
targetSdk 32
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
consumerProguardFiles "consumer-rules.pro"
@@ -44,9 +44,9 @@ android {
4444

4545
dependencies {
4646

47-
implementation 'androidx.core:core-ktx:1.7.0'
47+
implementation 'androidx.core:core-ktx:1.8.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

5151
// Jetpack Compose
5252
implementation "androidx.compose.ui:ui:$compose_version"

0 commit comments

Comments
 (0)