File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.5.0 '
9
+ classpath ' com.android.tools.build:gradle:3.5.2 '
10
10
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
23
23
implementation project(' :library' )
24
24
implementation ' androidx.appcompat:appcompat:1.1.0'
25
- implementation ' androidx.recyclerview:recyclerview:1.0 .0'
25
+ implementation ' androidx.recyclerview:recyclerview:1.1 .0'
26
26
debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5.4'
27
27
releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
28
28
}
You can’t perform that action at this time.
0 commit comments