File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 jcenter()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.5.0 '
9+ classpath ' com.android.tools.build:gradle:3.6.3 '
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Wed May 08 19:21:05 CEST 2019
1+ # Sat Apr 18 14:00:14 CEST 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ android {
3131dependencies {
3232 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3333 implementation ' androidx.appcompat:appcompat:1.1.0'
34- implementation ' androidx.recyclerview:recyclerview:1.0 .0'
34+ implementation ' androidx.recyclerview:recyclerview:1.1 .0'
3535
36- testImplementation ' junit:junit:4.12 '
37- testImplementation ' com.pholser:junit-quickcheck-core:0.7 '
38- testImplementation ' com.pholser:junit-quickcheck-generators:0.7 '
36+ testImplementation ' junit:junit:4.13 '
37+ testImplementation ' com.pholser:junit-quickcheck-core:0.9.1 '
38+ testImplementation ' com.pholser:junit-quickcheck-generators:0.9.1 '
3939
4040 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
4141 androidTestImplementation ' androidx.test:runner:1.2.0'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 implementation project(' :library' )
3333 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3434 implementation ' androidx.appcompat:appcompat:1.1.0'
35- implementation ' com.google.android.material:material:1.0 .0'
35+ implementation ' com.google.android.material:material:1.1 .0'
3636 implementation ' androidx.viewpager:viewpager:1.0.0'
37- debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.0-alpha-1 '
37+ debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.2 '
3838}
You can’t perform that action at this time.
0 commit comments