File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:3.6.3 '
7
+ classpath ' com.android.tools.build:gradle:4.0.1 '
8
8
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
- # Sat Jan 20 01:13:22 IRST 2018
1
+ # Sat Aug 29 18:42:59 IST 2020
2
2
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-6.1.1 -all.zip
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ dependencies {
29
29
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
30
30
31
31
// ANDROIDX JETPACK LIBRARIES
32
- implementation ' androidx.appcompat:appcompat:1.1 .0'
32
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
33
33
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
34
34
implementation ' androidx.recyclerview:recyclerview:1.1.0'
35
- implementation ' com.google.android.material:material:1.1 .0'
35
+ implementation ' com.google.android.material:material:1.2 .0'
36
36
implementation ' androidx.preference:preference:1.1.1'
37
- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
37
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
38
38
}
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ dependencies {
30
30
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
31
31
32
32
// ANDROIDX JETPACK LIBRARIES
33
- implementation ' androidx.appcompat:appcompat:1.1 .0'
33
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
34
34
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
35
35
implementation ' androidx.recyclerview:recyclerview:1.1.0'
36
- implementation ' com.google.android.material:material:1.1 .0'
36
+ implementation ' com.google.android.material:material:1.2 .0'
37
37
implementation ' androidx.preference:preference:1.1.1'
38
- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
38
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
39
39
40
40
// CrashX library
41
41
implementation project(" :library" )
You can’t perform that action at this time.
0 commit comments