File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android:
2121 - tools
2222before_script :
2323 - mv library/google-services.json app/google-services.json
24- - ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "build-tools;25 .0.3 " "platforms;android-25 " "extras;google;m2repository"
24+ - ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "build-tools;26 .0.1 " "platforms;android-26 " "extras;google;m2repository"
2525script : ./gradlew clean assembleDebug check
2626after_failure :
2727 # tests
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ project.ext {
44 version = ' 2.2.0'
55 pomdesc = ' Firebase UI Android'
66
7- compileSdk = 25
8- targetSdk = 25
7+ compileSdk = 26
8+ targetSdk = 26
99 minSdk = 14
1010
11- buildTools = ' 25 .0.3 ' // Remember to also update in .travis.yml
11+ buildTools = ' 26 .0.1 ' // Remember to also update in .travis.yml
1212
1313 firebaseVersion = ' 11.0.4'
14- supportLibraryVersion = ' 25.4 .0'
14+ supportLibraryVersion = ' 26.0 .0'
1515}
You can’t perform that action at this time.
0 commit comments