File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " FirebaseUI for Android" ,
3
+ "parent" : " firebaseui" ,
4
+ "type" : " library" ,
5
+
6
+ "platforms" : [
7
+ " Android"
8
+ ],
9
+
10
+ "content" : " README.md" ,
11
+
12
+ // These are relative paths in the same repo,
13
+ // each of these paths must have a .opensource/project.json
14
+ "subprojects" : [],
15
+
16
+ // Other markdown pages that should be rendered nicely
17
+ "pages" : [
18
+ " auth/README.md" ,
19
+ " database/README.md" ,
20
+ " storage/README.md" ,
21
+ " firestore/README.md" ,
22
+ " docs/upgrade-to-2.0.md" ,
23
+ " docs/upgrade-to-3.0.md"
24
+ ],
25
+
26
+ // Related projects on Github, in the format $owner/$repo[/$subproject]
27
+ // where subproject is optional.
28
+ "related" : [
29
+ " firebase/firebaseui-ios" ,
30
+ " firebase/firebaseui-web"
31
+ ],
32
+
33
+ "tags" : [
34
+ " firebase-auth" ,
35
+ " firebase-database" ,
36
+ " firebase-firestore" ,
37
+ " firebase-storage"
38
+ ]
39
+ }
40
+
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ android:
19
19
# https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
20
20
- tools
21
21
- tools
22
+ - platform-tools
23
+ - android-26
24
+ - build-tools-26.0.1
22
25
before_script :
23
26
- mv library/google-services.json app/google-services.json
24
27
- echo y | ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "build-tools;26.0.2" "platforms;android-26"
You can’t perform that action at this time.
0 commit comments