File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments