File tree 11 files changed +54
-36
lines changed
11 files changed +54
-36
lines changed Original file line number Diff line number Diff line change 6
6
.DS_Store
7
7
build
8
8
google-services.json
9
+ ! /library /google-services.json
9
10
10
11
crashlytics-build.properties
11
12
auth /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:
10
10
- $HOME/.gradle/caches/
11
11
- $HOME/.gradle/wrapper/
12
12
- $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"
13
17
android :
14
18
components :
19
+ # https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
15
20
- 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"
22
25
script : ./gradlew clean assembleDebug check
23
26
after_failure :
24
27
# tests
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ dependencies {
38
38
compile " com.google.firebase:firebase-database:$firebaseVersion "
39
39
compile " com.google.firebase:firebase-storage:$firebaseVersion "
40
40
41
- compile(' com.facebook.android:facebook-android-sdk:4.22.1 ' )
41
+ compile(' com.facebook.android:facebook-android-sdk:4.23.0 ' )
42
42
compile(" com.twitter.sdk.android:twitter-core:3.0.0@aar" ) { transitive = true }
43
43
44
44
// The following dependencies are not required to use the Firebase UI library.
45
45
// They are used to make some aspects of the demo app implementation simpler for
46
46
// 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 '
48
48
compile ' com.jakewharton:butterknife:8.5.1'
49
49
annotationProcessor ' com.jakewharton:butterknife-compiler:8.5.1'
50
50
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'
2
2
3
3
buildscript {
4
4
repositories {
5
+ google()
5
6
jcenter()
6
7
mavenLocal()
7
8
}
8
9
9
10
dependencies {
10
11
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'
12
13
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
13
14
}
14
15
}
15
16
16
17
allprojects {
17
18
repositories {
19
+ google()
18
20
jcenter()
19
21
mavenLocal()
20
22
mavenCentral()
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ project.ext {
8
8
targetSdk = 25
9
9
minSdk = 14
10
10
11
- buildTools = ' 25.0.3'
11
+ buildTools = ' 25.0.3' // Remember to also update in .travis.yml
12
12
13
13
firebaseVersion = ' 11.0.1'
14
- supportLibraryVersion = ' 25.3.1 '
14
+ supportLibraryVersion = ' 25.4.0 '
15
15
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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=""
33
33
# Use the maximum available, or set MAX_FD != -1 to use that value.
34
34
MAX_FD=" maximum"
35
35
36
- warn ( ) {
36
+ warn () {
37
37
echo " $* "
38
38
}
39
39
40
- die ( ) {
40
+ die () {
41
41
echo
42
42
echo " $* "
43
43
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
155
155
fi
156
156
157
157
# Escape application args
158
- save ( ) {
158
+ save () {
159
159
for i do printf %s\\ n " $i " | sed " s/'/'\\\\ ''/g;1s/^/'/;\$ s/\$ /' \\\\ /" ; done
160
160
echo " "
161
161
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"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 "
7
7
},
8
8
"client" : [
9
9
{
10
10
"client_info" : {
11
- "mobilesdk_app_id" : " " ,
11
+ "mobilesdk_app_id" : " 1:123456789000:android:f1bf012572b04063 " ,
12
12
"android_client_info" : {
13
13
"package_name" : " com.firebase.uidemo"
14
14
}
15
15
},
16
16
"oauth_client" : [
17
17
{
18
- "client_id" : " " ,
18
+ "client_id" : " 123456789000-hjugbg6ud799v4c49dim8ce2usclthar.apps.googleusercontent.com " ,
19
19
"client_type" : 1 ,
20
20
"android_info" : {
21
21
"package_name" : " com.firebase.uidemo" ,
22
- "certificate_hash" : " "
22
+ "certificate_hash" : " 4C20644DE36B8F89D25650C7D1FF9FBAE650FDF7 "
23
23
}
24
24
},
25
25
{
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" ,
35
27
"client_type" : 3
36
28
}
37
29
],
38
30
"api_key" : [
39
31
{
40
- "current_key" : " "
32
+ "current_key" : " AIzbSzCn1N6LWIe6wthYyrgUUSAlUsdqMb-wvTo "
41
33
}
42
34
],
43
35
"services" : {
Original file line number Diff line number Diff line change 29
29
column =" 13" />
30
30
</issue >
31
31
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
+
32
53
</issues >
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ def configDir = "${project.rootDir}/library/quality"
7
7
def reportsDir = " ${ project.buildDir} /reports"
8
8
9
9
checkstyle {
10
- toolVersion = ' 7.7 '
10
+ toolVersion = ' 7.8 '
11
11
}
12
12
13
13
pmd {
14
- toolVersion = ' 5.6 .0'
14
+ toolVersion = ' 5.7 .0'
15
15
}
16
16
17
17
task checkstyle (type : Checkstyle ) {
You can’t perform that action at this time.
0 commit comments