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 32
7+ compileSdk 33
88
99 defaultConfig {
1010 applicationId " com.smarttoolfactory.composematerialslider"
1111 minSdk 21
12- targetSdk 32
12+ targetSdk 33
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -51,15 +51,15 @@ dependencies {
5151 implementation project(' :slider' )
5252
5353 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 '
54+ implementation ' androidx.appcompat:appcompat:1.5.0 '
55+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5.1 '
5656
5757 implementation " androidx.compose.ui:ui:$compose_version "
5858 implementation " androidx.compose.material:material:$compose_version "
5959 implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
60- implementation ' androidx.activity:activity-compose:1.4.0 '
60+ implementation ' androidx.activity:activity-compose:1.5.1 '
6161
62- def accompanist_version = " 0.24.6-alpha "
62+ def accompanist_version = " 0.25.0 "
6363 // Accompanist
6464 implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
6565 implementation " com.google.accompanist:accompanist-pager:$accompanist_version "
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- compose_version = ' 1.2 .0-beta03 '
3+ compose_version = ' 1.3 .0-beta01 '
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.1 ' apply false
8- id ' com.android.library' version ' 7.2.1 ' apply false
9- id ' org.jetbrains.kotlin.android' version ' 1.6.21 ' apply false
7+ id ' com.android.application' version ' 7.2.2 ' apply false
8+ id ' com.android.library' version ' 7.2.2 ' apply false
9+ id ' org.jetbrains.kotlin.android' version ' 1.7.10 ' apply false
1010}
1111
1212task clean (type : Delete ) {
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
44}
55
66android {
7- compileSdk 32
7+ compileSdk 33
88
99 defaultConfig {
1010 minSdk 21
11- targetSdk 32
11+ targetSdk 33
1212
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1414 consumerProguardFiles " consumer-rules.pro"
You can’t perform that action at this time.
0 commit comments