File tree Expand file tree Collapse file tree 6 files changed +246
-155
lines changed
Expand file tree Collapse file tree 6 files changed +246
-155
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ dependencies {
6060 implementation " androidx.room:room-ktx:$room_version "
6161
6262 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
63- implementation ' androidx.core:core-ktx:1.9 .0'
64- implementation ' androidx.appcompat:appcompat:1.5.1 '
65- implementation ' com.google.android.material:material:1.7 .0'
66- implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
63+ implementation ' androidx.core:core-ktx:1.15 .0'
64+ implementation ' androidx.appcompat:appcompat:1.7.0 '
65+ implementation ' com.google.android.material:material:1.12 .0'
66+ implementation ' androidx.constraintlayout:constraintlayout:2.2.0 '
6767 testImplementation ' junit:junit:4.13.2'
68- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
69- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
68+ androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
69+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
7070}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222 mavenCentral()
2323 }
2424 dependencies {
25- classpath ' com.android.tools.build:gradle:8.7.2 '
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
Original file line number Diff line number Diff line change 1- # Tue Nov 05 23:39:28 CST 2024
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+ networkTimeout =10000
5+ validateDistributionUrl =true
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments