Skip to content

Commit 0239d23

Browse files
committed
Removing deps
1 parent 05f6a1e commit 0239d23

File tree

2 files changed

+136
-2
lines changed

2 files changed

+136
-2
lines changed

test-apps/database-test-app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ configurations.all {
5353
dependencies {
5454
// We intentionally use an open ended version to pick up any SNAPSHOT
5555
// versions published to the root project' s build/ directory.
56-
implementation 'com.google.firebase:firebase-database:16.0.2'
57-
implementation 'com.google.firebase:firebase-database:16.0.2:javadoc'
56+
implementation 'com.google.firebase:firebase-database:+'
5857
implementation 'com.google.firebase:firebase-core:16+'
5958
implementation 'com.google.firebase:firebase-auth:16+'
6059

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
{
2+
"project_info": {
3+
"project_number": "1050362810355",
4+
"firebase_url": "https://fireescape-smoke-tests.firebaseio.com",
5+
"project_id": "fireescape-smoke-tests",
6+
"storage_bucket": "fireescape-smoke-tests.appspot.com"
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:1050362810355:android:8d7670df8e152635",
12+
"android_client_info": {
13+
"package_name": "com.google.firebase.testapps.database"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "1050362810355-m7b89rlaomuctm0ed5ej3ejmb4u6rmlc.apps.googleusercontent.com",
19+
"client_type": 3
20+
}
21+
],
22+
"api_key": [
23+
{
24+
"current_key": "AIzaSyCZQmezVlgL0sKUvqOOGiG0XgI2BRFsP5I"
25+
}
26+
],
27+
"services": {
28+
"analytics_service": {
29+
"status": 1
30+
},
31+
"appinvite_service": {
32+
"status": 1,
33+
"other_platform_oauth_client": []
34+
},
35+
"ads_service": {
36+
"status": 2
37+
}
38+
}
39+
},
40+
{
41+
"client_info": {
42+
"mobilesdk_app_id": "1:1050362810355:android:86c39a7a3d069aab",
43+
"android_client_info": {
44+
"package_name": "com.google.firebase.testapps.firestore"
45+
}
46+
},
47+
"oauth_client": [
48+
{
49+
"client_id": "1050362810355-m7b89rlaomuctm0ed5ej3ejmb4u6rmlc.apps.googleusercontent.com",
50+
"client_type": 3
51+
}
52+
],
53+
"api_key": [
54+
{
55+
"current_key": "AIzaSyCZQmezVlgL0sKUvqOOGiG0XgI2BRFsP5I"
56+
}
57+
],
58+
"services": {
59+
"analytics_service": {
60+
"status": 1
61+
},
62+
"appinvite_service": {
63+
"status": 1,
64+
"other_platform_oauth_client": []
65+
},
66+
"ads_service": {
67+
"status": 2
68+
}
69+
}
70+
},
71+
{
72+
"client_info": {
73+
"mobilesdk_app_id": "1:1050362810355:android:bb183f188504422b",
74+
"android_client_info": {
75+
"package_name": "com.google.firebase.testapps.functions"
76+
}
77+
},
78+
"oauth_client": [
79+
{
80+
"client_id": "1050362810355-m7b89rlaomuctm0ed5ej3ejmb4u6rmlc.apps.googleusercontent.com",
81+
"client_type": 3
82+
}
83+
],
84+
"api_key": [
85+
{
86+
"current_key": "AIzaSyCZQmezVlgL0sKUvqOOGiG0XgI2BRFsP5I"
87+
}
88+
],
89+
"services": {
90+
"analytics_service": {
91+
"status": 1
92+
},
93+
"appinvite_service": {
94+
"status": 1,
95+
"other_platform_oauth_client": []
96+
},
97+
"ads_service": {
98+
"status": 2
99+
}
100+
}
101+
},
102+
{
103+
"client_info": {
104+
"mobilesdk_app_id": "1:1050362810355:android:1889daedad351851",
105+
"android_client_info": {
106+
"package_name": "com.google.firebase.testapps.storage"
107+
}
108+
},
109+
"oauth_client": [
110+
{
111+
"client_id": "1050362810355-m7b89rlaomuctm0ed5ej3ejmb4u6rmlc.apps.googleusercontent.com",
112+
"client_type": 3
113+
}
114+
],
115+
"api_key": [
116+
{
117+
"current_key": "AIzaSyCZQmezVlgL0sKUvqOOGiG0XgI2BRFsP5I"
118+
}
119+
],
120+
"services": {
121+
"analytics_service": {
122+
"status": 1
123+
},
124+
"appinvite_service": {
125+
"status": 1,
126+
"other_platform_oauth_client": []
127+
},
128+
"ads_service": {
129+
"status": 2
130+
}
131+
}
132+
}
133+
],
134+
"configuration_version": "1"
135+
}

0 commit comments

Comments
 (0)