Skip to content

Commit e026dd6

Browse files
author
lishide
committed
升级 supportLibraryVersion,lib 中取消 support Library 的引用
1 parent 34becbc commit e026dd6

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ dependencies {
5252
compile androidDps.support_v4
5353
compile androidDps.design
5454
compile androidDps.cardview_v7
55+
compile androidDps.constraintLayout
5556
compile project(path: ':base-android-dev')
5657
compile project(':base-android-dev')
5758

base-android-dev/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,8 @@ dependencies {
3030
exclude group: 'com.android.support', module: 'support-annotations'
3131
})
3232
testCompile 'junit:junit:4.12'
33-
def androidDps = rootProject.ext.androidDependencies
3433
def viewDps = rootProject.ext.viewDependencies
3534
def dataDps = rootProject.ext.dataDependencies
36-
compile androidDps.appcompat_v7
37-
compile androidDps.support_v4
38-
compile androidDps.design
39-
compile androidDps.cardview_v7
40-
compile androidDps.constraintLayout
4135

4236
//图片加载库 Glide
4337
compile dataDps.glide

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ext {
44
androidMinSdkVersion = 16
55
androidTargetSdkVersion = 25
66
androidCompileSdkVersion = 25
7-
supportLibraryVersion = '25.3.0'
8-
otherLibraryVersion = '25.3.0'
7+
supportLibraryVersion = '25.3.1'
8+
otherLibraryVersion = '25.3.1'
99
applicationId = 'com.example.dev'
1010
versionCode = 1
1111
versionName = '1.0'

0 commit comments

Comments
 (0)