Skip to content

Commit bc9e8ac

Browse files
change compile to implementation
1 parent 3b20fe0 commit bc9e8ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
implementation 'com.android.support:design:27.1.1'
2929
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
3030
implementation 'com.android.support:support-vector-drawable:27.1.1'
31-
compile fileTree(include: ['*.jar'], dir: 'libs')
32-
testCompile 'junit:junit:4.12'
31+
implementation fileTree(include: ['*.jar'], dir: 'libs')
32+
testImplementation 'junit:junit:4.12'
3333
implementation(group: 'com.android.support', name: 'design', version: supportLibVersion)
3434
implementation(group: 'com.android.support', name: 'appcompat-v7', version: supportLibVersion)
3535
implementation(group: 'com.android.support', name: 'recyclerview-v7', version: supportLibVersion)

flowlayoutmanager/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ version = libVersion
2121

2222
android {
2323
compileSdkVersion androidCompileSdkVersion
24-
buildToolsVersion androidBuildToolVersion
2524
resourcePrefix "xiaofeng__"
2625
defaultConfig {
2726
minSdkVersion androidMinSdkVersion
@@ -43,6 +42,7 @@ android {
4342
sourceCompatibility JavaVersion.VERSION_1_7
4443
targetCompatibility JavaVersion.VERSION_1_7
4544
}
45+
buildToolsVersion '27.0.3'
4646
}
4747

4848
dependencies {

0 commit comments

Comments
 (0)