File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
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 "
Original file line number Diff line number Diff line change 11buildscript {
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.
66plugins {
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
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
44}
55
66android {
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
4545dependencies {
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 "
You can’t perform that action at this time.
0 commit comments