added app id and client token
This commit is contained in:
@@ -338,8 +338,8 @@ dependencies {
|
||||
exclude group: 'co.hyperverge', module: 'hypersnap-pdfconverter'
|
||||
})
|
||||
|
||||
// Facebook App Links only
|
||||
implementation 'com.facebook.android:facebook-applinks:12.3.0'
|
||||
// Facebook sdk
|
||||
implementation 'com.facebook.android:facebook-android-sdk:8.2.0'
|
||||
|
||||
// for branch io deeplink
|
||||
implementation 'io.branch.sdk.android:library:5.+'
|
||||
|
||||
@@ -207,6 +207,9 @@
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id"/>
|
||||
<meta-data android:name="com.facebook.sdk.ClientToken" android:value="@string/facebook_client_token"/>
|
||||
|
||||
<meta-data
|
||||
android:name="com.google.firebase.messaging.default_notification_channel_id"
|
||||
android:value="@string/default_notification_channel_id" />
|
||||
|
||||
@@ -852,4 +852,6 @@
|
||||
<string name="please_select_emi_date">Please Select Emi Date</string>
|
||||
<string name="one_money_sdk_account_linked_error_code">Accounts already linked</string>
|
||||
<string name="one_money_sdk_no_account_found_error_code">No accounts found</string>
|
||||
<string name="facebook_app_id">1234</string>
|
||||
<string name="facebook_client_token">56789</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user