File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android:
21
21
- tools
22
22
before_script :
23
23
- 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"
25
25
script : ./gradlew clean assembleDebug check
26
26
after_failure :
27
27
# tests
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ project.ext {
4
4
version = ' 2.2.0'
5
5
pomdesc = ' Firebase UI Android'
6
6
7
- compileSdk = 25
8
- targetSdk = 25
7
+ compileSdk = 26
8
+ targetSdk = 26
9
9
minSdk = 14
10
10
11
- buildTools = ' 25 .0.3 ' // Remember to also update in .travis.yml
11
+ buildTools = ' 26 .0.1 ' // Remember to also update in .travis.yml
12
12
13
13
firebaseVersion = ' 11.0.4'
14
- supportLibraryVersion = ' 25.4 .0'
14
+ supportLibraryVersion = ' 26.0 .0'
15
15
}
You can’t perform that action at this time.
0 commit comments