File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ jdk: oraclejdk8
33
44env :
55 global :
6- - ANDROID_API_LEVEL=25
7- - ANDROID_BUILD_TOOLS_VERSION=25 .0.3
6+ - ANDROID_API_LEVEL=26
7+ - ANDROID_BUILD_TOOLS_VERSION=26 .0.2
88 - TRAVIS_SECURE_ENV_VARS=true
99
1010android :
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ android {
2626dependencies {
2727 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2828 testCompile ' junit:junit:4.12'
29- compile ' com.android.support:appcompat-v7:25.3.1 '
30- compile ' com.squareup.okhttp3:okhttp:3.8.1 '
31- compile ' com.github.bumptech.glide:glide:4.0.0 '
32- annotationProcessor ' com.github.bumptech.glide:compiler:4.0.0 '
33- compile ' com.github.bumptech.glide:okhttp3-integration:4.0.0 '
29+ compile ' com.android.support:appcompat-v7:26.1.0 '
30+ compile ' com.squareup.okhttp3:okhttp:3.9.0 '
31+ compile ' com.github.bumptech.glide:glide:4.1.1 '
32+ annotationProcessor ' com.github.bumptech.glide:compiler:4.1.1 '
33+ compile ' com.github.bumptech.glide:okhttp3-integration:4.1.1 '
3434 compile project(' :progress' )
3535// compile 'me.jessyan:progressmanager:1.3.3'
3636}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ buildscript {
1313allprojects {
1414 repositories {
1515 jcenter()
16+ maven { url " https://maven.google.com" }
1617 }
1718}
1819
@@ -22,9 +23,9 @@ task clean(type: Delete) {
2223
2324ext {
2425 minSdkVersion = 14
25- targetSdkVersion = 25
26- compileSdkVersion = 25
27- buildToolsVersion = " 25 .0.3 "
26+ targetSdkVersion = 26
27+ compileSdkVersion = 26
28+ buildToolsVersion = " 26 .0.2 "
2829 versionCode = 16
2930 versionName = " 1.3.3"
3031}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
2727
2828dependencies {
2929 compile fileTree(dir : ' libs' , include : [' *.jar' ])
30- provided ' com.squareup.okhttp3:okhttp:3.8.1 '
30+ provided ' com.squareup.okhttp3:okhttp:3.9.0 '
3131}
3232
3333apply from : ' bintray.gradle'
You can’t perform that action at this time.
0 commit comments