Skip to content

Commit 7a68360

Browse files
committed
1. upgrade android studio plugin 3.0.0
2. Compatible with sdk 26
1 parent c78d31f commit 7a68360

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
implementationSdkVersion 26
5-
buildToolsVersion '26.0.2'
4+
compileSdkVersion 26
65

76
defaultConfig {
87
applicationId "com.chad.baserecyclerviewadapterhelper"

library/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apply plugin: 'com.android.library'
22
android {
33
compileSdkVersion 26
4-
buildToolsVersion "26.0.2"
54

65
defaultConfig {
76
minSdkVersion 11
@@ -48,6 +47,6 @@ artifacts {
4847

4948
dependencies {
5049

51-
compile fileTree(include: ['*.jar'], dir: 'libs')
52-
provided 'com.android.support:recyclerview-v7:26.1.0'
50+
implementation fileTree(include: ['*.jar'], dir: 'libs')
51+
compileOnly 'com.android.support:recyclerview-v7:26.1.0'
5352
}

0 commit comments

Comments
 (0)