added notification
This commit is contained in:
@@ -165,3 +165,5 @@ dependencies {
|
||||
// Performance dependencies
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
}
|
||||
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "628048576398",
|
||||
"project_id": "cpcargo-77d93",
|
||||
"storage_bucket": "cpcargo-77d93.firebasestorage.app"
|
||||
"project_number": "1030089382290",
|
||||
"project_id": "cpcargo-aee14",
|
||||
"storage_bucket": "cpcargo-aee14.firebasestorage.app"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:628048576398:android:f93293c00f463267a92edf",
|
||||
"mobilesdk_app_id": "1:1030089382290:android:668f0669ad4ac3f74dc94b",
|
||||
"android_client_info": {
|
||||
"package_name": "uz.felix.cpost"
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
"oauth_client": [],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyBnFzHK6XAjxzcQAsg0hFbeRcon8ZMDvVw"
|
||||
"current_key": "AIzaSyBEwWi1TuZBNj2hkFGGIaWZNNDCoiC__lE"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
@@ -26,4 +26,4 @@
|
||||
}
|
||||
],
|
||||
"configuration_version": "1"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,9 @@
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
|
||||
|
||||
<application
|
||||
android:name=".MainApplication"
|
||||
|
||||
@@ -15,6 +15,7 @@ buildscript {
|
||||
classpath("com.android.tools.build:gradle")
|
||||
classpath("com.facebook.react:react-native-gradle-plugin")
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
|
||||
classpath('com.google.gms:google-services:4.4.2')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user