Skip to content

Commit

Permalink
降级依赖v4,去除依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
yaming116 committed Mar 8, 2018
1 parent f23dcd6 commit dc3412b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 27
buildToolsVersion "27.0.1"
compileSdkVersion 26
buildToolsVersion "25.0.1"

defaultConfig {
minSdkVersion 14
targetSdkVersion 27
targetSdkVersion 26
versionCode 3
versionName "1.0.3"
}
Expand All @@ -25,5 +25,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-core-utils:27.0.1'
provided 'com.android.support:support-core-utils:25.3.1'
}

0 comments on commit dc3412b

Please sign in to comment.