File tree Expand file tree Collapse file tree 11 files changed +54
-36
lines changed Expand file tree Collapse file tree 11 files changed +54
-36
lines changed Original file line number Diff line number Diff line change 66.DS_Store
77build
88google-services.json
9+ ! /library /google-services.json
910
1011crashlytics-build.properties
1112auth /src /main /res /values /com_crashlytics_export_strings.xml
12-
Original file line number Diff line number Diff line change @@ -10,15 +10,18 @@ cache:
1010 - $HOME/.gradle/caches/
1111 - $HOME/.gradle/wrapper/
1212 - $HOME/.android/build-cache
13+ before_install :
14+ - mkdir "$ANDROID_HOME/licenses" || true
15+ - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
16+ - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
1317android :
1418 components :
19+ # https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
1520 - tools
16- - build-tools-25.0.3
17- - android-25
18- - platform-tools
19- - extra-android-m2repository
20- - extra-google-m2repository
21- before_script : mv library/google-services.json app/google-services.json
21+ - tools
22+ before_script :
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"
2225script : ./gradlew clean assembleDebug check
2326after_failure :
2427 # tests
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ dependencies {
3838 compile " com.google.firebase:firebase-database:$firebaseVersion "
3939 compile " com.google.firebase:firebase-storage:$firebaseVersion "
4040
41- compile(' com.facebook.android:facebook-android-sdk:4.22.1 ' )
41+ compile(' com.facebook.android:facebook-android-sdk:4.23.0 ' )
4242 compile(" com.twitter.sdk.android:twitter-core:3.0.0@aar" ) { transitive = true }
4343
4444 // The following dependencies are not required to use the Firebase UI library.
4545 // They are used to make some aspects of the demo app implementation simpler for
4646 // demonstrative purposes, and you may find them useful in your own apps; YMMV.
47- compile ' pub.devrel:easypermissions:0.4.0 '
47+ compile ' pub.devrel:easypermissions:0.4.2 '
4848 compile ' com.jakewharton:butterknife:8.5.1'
4949 annotationProcessor ' com.jakewharton:butterknife-compiler:8.5.1'
5050 debugCompile ' com.squareup.leakcanary:leakcanary-android:1.5'
Original file line number Diff line number Diff line change @@ -2,19 +2,21 @@ apply from: 'constants.gradle'
22
33buildscript {
44 repositories {
5+ google()
56 jcenter()
67 mavenLocal()
78 }
89
910 dependencies {
1011 classpath ' com.android.tools.build:gradle:2.3.1'
11- classpath ' com.google.gms:google-services:3.0 .0'
12+ classpath ' com.google.gms:google-services:3.1 .0'
1213 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
1314 }
1415}
1516
1617allprojects {
1718 repositories {
19+ google()
1820 jcenter()
1921 mavenLocal()
2022 mavenCentral()
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ project.ext {
88 targetSdk = 25
99 minSdk = 14
1010
11- buildTools = ' 25.0.3'
11+ buildTools = ' 25.0.3' // Remember to also update in .travis.yml
1212
1313 firebaseVersion = ' 11.0.1'
14- supportLibraryVersion = ' 25.3.1 '
14+ supportLibraryVersion = ' 25.4.0 '
1515}
Original file line number Diff line number Diff line change 1- # Mon Apr 24 13:49:38 PDT 2017
1+ # Wed Jun 14 20:14:54 PDT 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.0 -all.zip
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
3333# Use the maximum available, or set MAX_FD != -1 to use that value.
3434MAX_FD=" maximum"
3535
36- warn ( ) {
36+ warn () {
3737 echo " $* "
3838}
3939
40- die ( ) {
40+ die () {
4141 echo
4242 echo " $* "
4343 echo
@@ -155,7 +155,7 @@ if $cygwin ; then
155155fi
156156
157157# Escape application args
158- save ( ) {
158+ save () {
159159 for i do printf %s\\ n " $i " | sed " s/'/'\\\\ ''/g;1s/^/'/;\$ s/\$ /' \\\\ /" ; done
160160 echo " "
161161}
Original file line number Diff line number Diff line change 11{
22 "project_info" : {
3- "project_number" : " " ,
4- "firebase_url" : " " ,
5- "project_id" : " " ,
6- "storage_bucket" : " "
3+ "project_number" : " 123456789000 " ,
4+ "firebase_url" : " https://firebase-ui.firebaseio.com " ,
5+ "project_id" : " firebase-ui " ,
6+ "storage_bucket" : " firebase-ui.appspot.com "
77 },
88 "client" : [
99 {
1010 "client_info" : {
11- "mobilesdk_app_id" : " " ,
11+ "mobilesdk_app_id" : " 1:123456789000:android:f1bf012572b04063 " ,
1212 "android_client_info" : {
1313 "package_name" : " com.firebase.uidemo"
1414 }
1515 },
1616 "oauth_client" : [
1717 {
18- "client_id" : " " ,
18+ "client_id" : " 123456789000-hjugbg6ud799v4c49dim8ce2usclthar.apps.googleusercontent.com " ,
1919 "client_type" : 1 ,
2020 "android_info" : {
2121 "package_name" : " com.firebase.uidemo" ,
22- "certificate_hash" : " "
22+ "certificate_hash" : " 4C20644DE36B8F89D25650C7D1FF9FBAE650FDF7 "
2323 }
2424 },
2525 {
26- "client_id" : " 316052285104-forh4hpe453p0u45ij8j68hk61pjfnvf.apps.googleusercontent.com" ,
27- "client_type" : 1 ,
28- "android_info" : {
29- "package_name" : " com.firebase.uidemo" ,
30- "certificate_hash" : " FE3B409037A5F3C394E4DA3F697A1A737205EC67"
31- }
32- },
33- {
34- "client_id" : " 316052285104-rjq9h4q1gbv4cio1nbfht08p4fl3977d.apps.googleusercontent.com" ,
26+ "client_id" : " 123456789000-e4uksm38sne0bqrj6uvkbo4oiu4hvigl.apps.googleusercontent.com" ,
3527 "client_type" : 3
3628 }
3729 ],
3830 "api_key" : [
3931 {
40- "current_key" : " "
32+ "current_key" : " AIzbSzCn1N6LWIe6wthYyrgUUSAlUsdqMb-wvTo "
4133 }
4234 ],
4335 "services" : {
Original file line number Diff line number Diff line change 2929 column =" 13" />
3030 </issue >
3131
32+ <issue
33+ id =" UnusedResources"
34+ severity =" Error"
35+ message =" The resource `R.string.project_id` appears to be unused"
36+ category =" Performance"
37+ priority =" 3"
38+ summary =" Unused resources"
39+ explanation =" Unused resources make applications larger and slow down builds."
40+ errorLine1 =" < string name=" project_id" translatable=" false" >fir-ui-playground< /string>"
41+ errorLine2 =" ~~~~~~~~~~~~~~~~~"
42+ quickfix =" studio" >
43+ <location
44+ file =" build/generated/res/google-services/debug/values/values.xml"
45+ line =" 10"
46+ column =" 13" />
47+ <location
48+ file =" build/generated/res/google-services/release/values/values.xml"
49+ line =" 10"
50+ column =" 13" />
51+ </issue >
52+
3253</issues >
You can’t perform that action at this time.
0 commit comments