File tree Expand file tree Collapse file tree 6 files changed +14
-11
lines changed
Expand file tree Collapse file tree 6 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3+ ext. support_version = ' 27.1.0'
4+
35 repositories {
46 jcenter()
57 mavenCentral()
8+ maven { url ' https://maven.google.com' }
69 }
710
811 dependencies {
@@ -19,6 +22,7 @@ allprojects {
1922 repositories {
2023 mavenLocal()
2124 jcenter()
25+ maven { url ' https://maven.google.com' }
2226 }
2327
2428 tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.5.0
1+ VERSION_NAME =1.5.1-SNAPSHOT
22VERSION_CODE =1500
33GROUP =com.mcxiaoke.next
44
@@ -14,8 +14,8 @@ POM_DEVELOPER_ID=mcxiaoke
1414POM_DEVELOPER_NAME =Xiaoke Zhang
1515POM_DEVELOPER_EMAIL =mail@mcxiaoke.com
1616
17- ANDROID_BUILD_TARGET_SDK_VERSION =25
18- ANDROID_BUILD_TOOLS_VERSION =25 .0.3
19- ANDROID_BUILD_SDK_VERSION =25
17+ ANDROID_BUILD_TARGET_SDK_VERSION =27
18+ ANDROID_BUILD_TOOLS_VERSION =27 .0.3
19+ ANDROID_BUILD_SDK_VERSION =27
2020
2121ANDROID_BUILD_MIN_SDK_VERSION =10
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ apply plugin: 'com.android.library'
33dependencies {
44 compile project(" :core" )
55 compile project(" :task" )
6- compile ' com.squareup.okhttp3:okhttp:3.6 .0'
7- compile ' com.google.code.gson:gson:2.8.0 '
6+ compile ' com.squareup.okhttp3:okhttp:3.10 .0'
7+ compile ' com.google.code.gson:gson:2.8.2 '
88
9- testCompile ' com.google.code.gson:gson:2.7 '
9+ testCompile ' com.google.code.gson:gson:2.8.2 '
1010 testCompile ' junit:junit:4.12'
1111 testCompile ' org.mockito:mockito-core:1.10.19'
1212 androidTestCompile ' com.android.support.test:runner:0.5'
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33dependencies {
4- compile " com.android.support:support-v4:22.2.1 "
5- compile ' com.android.support:recyclerview-v7:22.1.1 '
4+ compile " com.android.support:support-v4:$s upport_version "
5+ compile " com.android.support:recyclerview-v7:$s upport_version "
66
77 compile project(" :core" )
88 compile project(" :ui" )
Original file line number Diff line number Diff line change @@ -4,5 +4,4 @@ include ':func'
44include ' :http'
55include ' :ui'
66include ' :recycler'
7- include ' :extras-abc'
87include ' :samples'
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33dependencies {
4- compile " com.android.support:support-v4:22.1.1 "
4+ compile " com.android.support:support-v4:$s upport_version "
55}
66
77apply from : ' ../base.gradle'
You can’t perform that action at this time.
0 commit comments