File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ version = libVersion
2121
2222android {
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
4848dependencies {
You can’t perform that action at this time.
0 commit comments