Skip to content

Commit ded09d1

Browse files
Update all dependencies
1 parent fb518de commit ded09d1

File tree

6 files changed

+211
-138
lines changed

6 files changed

+211
-138
lines changed

app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ android {
6464
}
6565

6666
dependencies {
67-
def room_version = '2.4.3'
67+
def room_version = '2.6.1'
6868

6969
implementation "androidx.room:room-runtime:$room_version"
7070
kapt "androidx.room:room-compiler:$room_version"
7171
implementation "androidx.room:room-ktx:$room_version"
7272

73-
implementation 'androidx.core:core-ktx:1.7.0'
74-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
75-
implementation 'androidx.activity:activity-compose:1.3.1'
73+
implementation 'androidx.core:core-ktx:1.15.0'
74+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
75+
implementation 'androidx.activity:activity-compose:1.9.3'
7676
implementation "androidx.compose.ui:ui:$compose_ui_version"
7777
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
78-
implementation 'androidx.compose.material:material:1.1.1'
78+
implementation 'androidx.compose.material:material:1.7.5'
7979
testImplementation 'junit:junit:4.13.2'
80-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
81-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
80+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
81+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
8282
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
8383
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
8484
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
buildscript {
1818
ext {
19-
compose_ui_version = '1.1.1'
19+
compose_ui_version = '1.7.5'
2020
}
2121
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
2222
plugins {
23-
id 'com.android.application' version '7.3.1' apply false
24-
id 'com.android.library' version '7.3.1' apply false
23+
id 'com.android.application' version '8.7.3' apply false
24+
id 'com.android.library' version '8.7.3' apply false
2525
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
2626
}

gradle/wrapper/gradle-wrapper.jar

-15.3 KB
Binary file not shown.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Tue Dec 20 23:43:44 PST 2022
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)