Skip to content

Commit 8fac2db

Browse files
committed
- fix build error (add google-service.json)
1 parent 8d88e5a commit 8fac2db

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

app/google-services.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"project_info": {
3+
"project_number": "project_number_here",
4+
"firebase_url": "firebase_url_here",
5+
"project_id": "project_id_here",
6+
"storage_bucket": "bucket_here"
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:355064230851:android:5fa13576be74a5e1",
12+
"android_client_info": {
13+
"package_name": "com.android.sebiya.firebase.ui"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "your_client_id_here",
19+
"client_type": 3
20+
}
21+
],
22+
"api_key": [
23+
{
24+
"current_key": "your_key_here"
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+
"configuration_version": "1"
42+
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.0.1'
1111
classpath 'com.google.gms:google-services:4.1.0'
12-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
12+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files
1515
}

0 commit comments

Comments
 (0)