Skip to content

Commit 8fb53c2

Browse files
committed
chore(deps): Upgrade dependencies
1 parent 2894503 commit 8fb53c2

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed May 08 19:21:05 CEST 2019
1+
#Sat Apr 18 14:00:14 CEST 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.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ android {
3131
dependencies {
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'

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)