Skip to content

Commit 9a03401

Browse files
update compose version to 1.3.0-beta01
1 parent e987dca commit 9a03401

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

app/build.gradle

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

66
android {
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"

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
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.
66
plugins {
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

1212
task clean(type: Delete) {

slider/build.gradle

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

66
android {
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"

0 commit comments

Comments
 (0)