Skip to content

Commit de16b18

Browse files
annalabellartesamtstern
authored andcommitted
Update buildToolsVersion to 26.0.1, supportLibrary and SdkVersion to 26. Closes #848 (#849)
1 parent 58e90da commit de16b18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android:
2121
- tools
2222
before_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"
2525
script: ./gradlew clean assembleDebug check
2626
after_failure:
2727
# tests

constants.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)