File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ android {
2929
3030dependencies {
3131 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
32- implementation ' androidx.appcompat:appcompat:1.4 .1'
33- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
32+ implementation ' androidx.appcompat:appcompat:1.7 .1'
33+ implementation ' androidx.constraintlayout:constraintlayout:2.2.1 '
3434 testImplementation ' junit:junit:4.13.2'
35- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
36- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4 .0'
35+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
36+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7 .0'
3737}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.6 .20'
4+ ext. kotlin_version = ' 2.3 .20'
55 repositories {
66 google()
77 mavenCentral()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:7 .1.2 '
10+ classpath ' com.android.tools.build:gradle:9 .1.0 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212
1313 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1- # Wed Nov 11 16:08:41 PST 2020
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
4+ networkTimeout =10000
5+ validateDistributionUrl =true
46zipStoreBase =GRADLE_USER_HOME
57zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
You can’t perform that action at this time.
0 commit comments