Skip to content

Commit cc88bcf

Browse files
authored
Merge pull request #65 from optimove-tech/262813-enablePushInQaApp
AB#262813 enabled push notifications on QA app
2 parents 8ee2d17 + 3e317fe commit cc88bcf

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

OptimoveSDK/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}

OptimoveSDK/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)