Skip to content

Commit 2058301

Browse files
Update all dependencies
1 parent 2ca828a commit 2058301

File tree

6 files changed

+247
-156
lines changed

6 files changed

+247
-156
lines changed

app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
def room_version = '2.4.3'
52+
def room_version = '2.6.1'
5353

5454
implementation "androidx.room:room-runtime:$room_version"
5555
kapt "androidx.room:room-compiler:$room_version"
@@ -58,11 +58,11 @@ dependencies {
5858
implementation "androidx.room:room-ktx:$room_version"
5959

6060
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
61-
implementation 'androidx.core:core-ktx:1.9.0'
62-
implementation 'androidx.appcompat:appcompat:1.5.1'
63-
implementation 'com.google.android.material:material:1.7.0'
64-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
61+
implementation 'androidx.core:core-ktx:1.15.0'
62+
implementation 'androidx.appcompat:appcompat:1.7.0'
63+
implementation 'com.google.android.material:material:1.12.0'
64+
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
6565
testImplementation 'junit:junit:4.13.2'
66-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
67-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
66+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
67+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
6868
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:7.3.1'
25+
classpath 'com.android.tools.build:gradle:8.7.3'
2626
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2727

2828
// NOTE: Do not place your application dependencies here; they belong

gradle/wrapper/gradle-wrapper.jar

-10.5 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Wed Apr 07 09:17:40 PDT 2021
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip

0 commit comments

Comments
 (0)