Skip to content

Commit e5ec49e

Browse files
committed
Update gradle plugin and RecyclerView library
1 parent 6154fb1 commit e5ec49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
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.5.2'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1111

1212
// NOTE: Do not place your application dependencies here; they belong

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation fileTree(include: ['*.jar'], dir: 'libs')
2323
implementation project(':library')
2424
implementation 'androidx.appcompat:appcompat:1.1.0'
25-
implementation 'androidx.recyclerview:recyclerview:1.0.0'
25+
implementation 'androidx.recyclerview:recyclerview:1.1.0'
2626
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.4'
2727
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
2828
}

0 commit comments

Comments
 (0)