File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:3.0.1'
11
11
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 '
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
15
15
}
You can’t perform that action at this time.
0 commit comments