Skip to content

Commit 9bec9ec

Browse files
committed
Merge branch 'master' into version-3.1.1-dev
Change-Id: I16434325d6c07953f23a7d67a3d66f10bcea7eab
2 parents 4645d8c + 491f7f9 commit 9bec9ec

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.opensource/project.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ android:
1919
# https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
2020
- tools
2121
- tools
22+
- platform-tools
23+
- android-26
24+
- build-tools-26.0.1
2225
before_script:
2326
- mv library/google-services.json app/google-services.json
2427
- echo y | ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "build-tools;26.0.2" "platforms;android-26"

0 commit comments

Comments
 (0)