File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation ' androidx.appcompat:appcompat:1.1.0'
47
47
implementation ' androidx.core:core-ktx:1.2.0'
48
48
implementation ' com.google.android.material:material:1.1.0'
49
- implementation ' androidx.constraintlayout:constraintlayout:1 .1.3 '
49
+ implementation ' androidx.constraintlayout:constraintlayout:2 .1.2 '
50
50
51
51
// viewModels
52
52
implementation " androidx.fragment:fragment-ktx:1.2.4"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.6.3 '
11
+ classpath ' com.android.tools.build:gradle:7.0.4 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
14
14
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2 -all.zip
You can’t perform that action at this time.
0 commit comments