Skip to content

Commit

Permalink
- fix build error (add google-service.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshdreams committed Oct 26, 2018
1 parent 8d88e5a commit 8fac2db
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"project_info": {
"project_number": "project_number_here",
"firebase_url": "firebase_url_here",
"project_id": "project_id_here",
"storage_bucket": "bucket_here"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:355064230851:android:5fa13576be74a5e1",
"android_client_info": {
"package_name": "com.android.sebiya.firebase.ui"
}
},
"oauth_client": [
{
"client_id": "your_client_id_here",
"client_type": 3
}
],
"api_key": [
{
"current_key": "your_key_here"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.google.gms:google-services:4.1.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit 8fac2db

Please sign in to comment.