Skip to content

Commit b1fbd4c

Browse files
update jetpack compose version to 1.4.3
1 parent 20fb8d0 commit b1fbd4c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
compose true
3737
}
3838
composeOptions {
39-
kotlinCompilerExtensionVersion = "1.4.0"
39+
kotlinCompilerExtensionVersion = "1.4.7"
4040
}
4141
packagingOptions {
4242
resources {
@@ -50,24 +50,24 @@ dependencies {
5050

5151
implementation project(':slider')
5252

53-
implementation 'androidx.core:core-ktx:1.8.0'
54-
implementation 'androidx.appcompat:appcompat:1.5.0'
55-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
53+
implementation 'androidx.core:core-ktx:1.10.0'
54+
implementation 'androidx.appcompat:appcompat:1.6.1'
55+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.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.5.1'
60+
implementation 'androidx.activity:activity-compose:1.7.1'
6161

62-
def accompanist_version = "0.25.0"
62+
def accompanist_version = "0.27.0"
6363
// Accompanist
6464
implementation "com.google.accompanist:accompanist-systemuicontroller:$accompanist_version"
6565
implementation "com.google.accompanist:accompanist-pager:$accompanist_version"
6666
implementation "com.google.accompanist:accompanist-drawablepainter:$accompanist_version"
6767

6868
testImplementation 'junit:junit:4.13.2'
69-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
70-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
69+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
70+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
7171
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
7272
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
7373
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
buildscript {
22
ext {
3-
compose_version = '1.4.1'
3+
compose_version = '1.4.3'
44
}
55
}
66
plugins {
77
id 'com.android.application' version '8.0.0-rc01' apply false
88
id 'com.android.library' version '8.0.0-rc01' apply false
9-
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
9+
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
1010
}

slider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
compose true
2828
}
2929
composeOptions {
30-
kotlinCompilerExtensionVersion = "1.4.4"
30+
kotlinCompilerExtensionVersion = "1.4.7"
3131
}
3232
packagingOptions {
3333
resources {

0 commit comments

Comments
 (0)