Skip to content

Commit c720fda

Browse files
author
TutorialsAndroid
committed
UPDATED DEPENDENCIES
1 parent 9f27e41 commit c720fda

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.6.3'
7+
classpath 'com.android.tools.build:gradle:4.0.1'
88
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
99
}
1010
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Jan 20 01:13:22 IRST 2018
1+
#Sat Aug 29 18:42:59 IST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

library/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ dependencies {
2929
implementation fileTree(include: ['*.jar'], dir: 'libs')
3030

3131
//ANDROIDX JETPACK LIBRARIES
32-
implementation 'androidx.appcompat:appcompat:1.1.0'
32+
implementation 'androidx.appcompat:appcompat:1.2.0'
3333
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
3434
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'
3636
implementation 'androidx.preference:preference:1.1.1'
37-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
37+
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
3838
}

sample/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ dependencies {
3030
implementation fileTree(include: ['*.jar'], dir: 'libs')
3131

3232
//ANDROIDX JETPACK LIBRARIES
33-
implementation 'androidx.appcompat:appcompat:1.1.0'
33+
implementation 'androidx.appcompat:appcompat:1.2.0'
3434
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
3535
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'
3737
implementation 'androidx.preference:preference:1.1.1'
38-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
38+
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
3939

4040
//CrashX library
4141
implementation project(":library")

0 commit comments

Comments
 (0)