Skip to content

Commit 4309b22

Browse files
committed
Update gradle files
1 parent b4f3432 commit 4309b22

2 files changed

Lines changed: 8 additions & 15 deletions

File tree

app/build.gradle

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
compose true
5454
}
5555
composeOptions {
56-
kotlinCompilerExtensionVersion '1.4.0'
56+
kotlinCompilerExtensionVersion '1.4.3'
5757
}
5858
packagingOptions {
5959
resources {
@@ -63,22 +63,15 @@ android {
6363
}
6464

6565
dependencies {
66-
implementation platform('androidx.compose:compose-bom:2022.10.00')
67-
implementation 'androidx.activity:activity-compose:1.5.1'
68-
implementation 'androidx.core:core-ktx:1.8.0'
66+
implementation platform('androidx.compose:compose-bom:2023.01.00')
67+
implementation 'androidx.activity:activity-compose:1.6.1'
68+
implementation 'androidx.compose.material3:material3'
6969
implementation 'androidx.compose.ui:ui'
7070
implementation 'androidx.compose.ui:ui-graphics'
7171
implementation 'androidx.compose.ui:ui-tooling-preview'
72-
implementation 'androidx.compose.material3:material3'
73-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
74-
75-
testImplementation 'junit:junit:4.13.2'
72+
implementation 'androidx.core:core-ktx:1.9.0'
73+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.0'
7674

77-
androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
78-
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
79-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
80-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
81-
82-
debugImplementation 'androidx.compose.ui:ui-tooling'
8375
debugImplementation 'androidx.compose.ui:ui-test-manifest'
76+
debugImplementation 'androidx.compose.ui:ui-tooling'
8477
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
plugins {
1919
id 'com.android.application' version '8.0.0-beta05' apply false
2020
id 'com.android.library' version '8.0.0-beta05' apply false
21-
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
21+
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
2222
}

0 commit comments

Comments
 (0)