File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed
Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ dependencies {
3737 // LeakCanary for debug builds only
3838 debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.12'
3939
40- // implementation platform('com.google.firebase:firebase-bom:28.2.0')
41- // implementation 'com.google.firebase:firebase-messaging'
40+ implementation platform(' com.google.firebase:firebase-bom:28.2.0' )
41+ implementation ' com.google.firebase:firebase-messaging'
4242}
4343
44- // apply plugin: 'com.google.gms.google-services'
44+ apply plugin : ' com.google.gms.google-services'
4545// apply plugin: 'com.huawei.agconnect'
Original file line number Diff line number Diff line change 1+ {
2+ "project_info" : {
3+ "project_number" : " 123456789012" ,
4+ "firebase_url" : " https://dummy.firebaseio.com" ,
5+ "project_id" : " dummy-id" ,
6+ "storage_bucket" : " dummy.appspot.com"
7+ },
8+ "client" : [
9+ {
10+ "client_info" : {
11+ "mobilesdk_app_id" : " 1:123456789012:android:abcdef123456" ,
12+ "android_client_info" : {
13+ "package_name" : " com.optimove.android.optimovemobilesdk"
14+ }
15+ },
16+ "oauth_client" : [],
17+ "api_key" : [
18+ {
19+ "current_key" : " dummy_key"
20+ }
21+ ],
22+ "services" : {
23+ "appinvite_service" : {
24+ "other_platform_oauth_client" : []
25+ }
26+ }
27+ }
28+ ],
29+ "configuration_version" : " 1"
30+ }
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ buildscript {
55 }
66 dependencies {
77 classpath ' com.android.tools.build:gradle:4.2.2'
8+ classpath ' com.google.gms:google-services:4.3.10'
89 }
910}
1011
You can’t perform that action at this time.
0 commit comments