Skip to content

Commit a3dbec8

Browse files
update the Gradle to latest version, update some dependencies libraries
1 parent 178a024 commit a3dbec8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
compose true
3939
}
4040
composeOptions {
41-
kotlinCompilerExtensionVersion '1.5.11'
41+
kotlinCompilerExtensionVersion '1.5.13'
4242
}
4343
packagingOptions {
4444
resources {
@@ -48,18 +48,18 @@ android {
4848
}
4949

5050
dependencies {
51-
implementation 'androidx.core:core-ktx:1.12.0'
51+
implementation 'androidx.core:core-ktx:1.13.1'
5252
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
53-
implementation 'androidx.activity:activity-compose:1.8.2'
54-
implementation platform('androidx.compose:compose-bom:2024.04.00')
53+
implementation 'androidx.activity:activity-compose:1.9.0'
54+
implementation platform('androidx.compose:compose-bom:2024.05.00')
5555
implementation 'androidx.compose.ui:ui'
5656
implementation 'androidx.compose.ui:ui-graphics'
5757
implementation 'androidx.compose.ui:ui-tooling-preview'
5858
implementation 'androidx.compose.material3:material3'
5959
testImplementation 'junit:junit:4.13.2'
6060
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6161
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
62-
androidTestImplementation platform('androidx.compose:compose-bom:2024.04.00')
62+
androidTestImplementation platform('androidx.compose:compose-bom:2024.05.00')
6363
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
6464
debugImplementation 'androidx.compose.ui:ui-tooling'
6565
debugImplementation 'androidx.compose.ui:ui-test-manifest'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.3.2' apply false
4-
id 'com.android.library' version '8.3.2' apply false
3+
id 'com.android.application' version '8.4.0' apply false
4+
id 'com.android.library' version '8.4.0' apply false
55
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat Apr 22 21:39:44 EEST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)