Removed google-services.json file from gitignore
This commit is contained in:
parent
df41e6743d
commit
4edf8086ca
4 changed files with 58 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,7 +13,6 @@ local.properties
|
||||||
res/.DS_Store
|
res/.DS_Store
|
||||||
res/raw/lpconfig.xsd
|
res/raw/lpconfig.xsd
|
||||||
.d
|
.d
|
||||||
app/google-services.json
|
|
||||||
.*clang*
|
.*clang*
|
||||||
**/*.iml
|
**/*.iml
|
||||||
**/.classpath
|
**/.classpath
|
||||||
|
|
|
@ -147,7 +147,7 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
if (firebaseEnabled()) {
|
if (firebaseEnabled()) {
|
||||||
implementation 'com.google.firebase:firebase-messaging:17.3.4'
|
implementation 'com.google.firebase:firebase-messaging:17.5.0'
|
||||||
}
|
}
|
||||||
implementation 'com.android.billingclient:billing:1.2'
|
implementation 'com.android.billingclient:billing:1.2'
|
||||||
implementation 'org.apache.commons:commons-compress:1.18'
|
implementation 'org.apache.commons:commons-compress:1.18'
|
||||||
|
|
57
app/google-services.json
Normal file
57
app/google-services.json
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
{
|
||||||
|
"project_info": {
|
||||||
|
"project_number": "929724111839",
|
||||||
|
"firebase_url": "https://linphone-android-8a563.firebaseio.com",
|
||||||
|
"project_id": "linphone-android-8a563",
|
||||||
|
"storage_bucket": "linphone-android-8a563.appspot.com"
|
||||||
|
},
|
||||||
|
"client": [
|
||||||
|
{
|
||||||
|
"client_info": {
|
||||||
|
"mobilesdk_app_id": "1:929724111839:android:4662ea9a056188c4",
|
||||||
|
"android_client_info": {
|
||||||
|
"package_name": "org.linphone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oauth_client": [
|
||||||
|
{
|
||||||
|
"client_id": "929724111839-co5kffto4j7dets7oolvfv0056cvpfbl.apps.googleusercontent.com",
|
||||||
|
"client_type": 1,
|
||||||
|
"android_info": {
|
||||||
|
"package_name": "org.linphone",
|
||||||
|
"certificate_hash": "85463a95603f7b6331899b74b85d53d043dcd500"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"client_id": "929724111839-v5so1tcd65iil7dd7sde8jgii44h8luf.apps.googleusercontent.com",
|
||||||
|
"client_type": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"api_key": [
|
||||||
|
{
|
||||||
|
"current_key": "AIzaSyCKrwWhkbA7Iy3wpEI8_ZvKOMp5jf6vV6A"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"client_info": {
|
||||||
|
"mobilesdk_app_id": "1:929724111839:android:3cf90ee1d2f8fcb6",
|
||||||
|
"android_client_info": {
|
||||||
|
"package_name": "org.linphone.debug"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oauth_client": [
|
||||||
|
{
|
||||||
|
"client_id": "929724111839-v5so1tcd65iil7dd7sde8jgii44h8luf.apps.googleusercontent.com",
|
||||||
|
"client_type": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"api_key": [
|
||||||
|
{
|
||||||
|
"current_key": "AIzaSyCKrwWhkbA7Iy3wpEI8_ZvKOMp5jf6vV6A"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"configuration_version": "1"
|
||||||
|
}
|
|
@ -24,9 +24,7 @@ import static android.content.Intent.ACTION_MAIN;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import com.google.firebase.messaging.FirebaseMessagingService;
|
import com.google.firebase.messaging.FirebaseMessagingService;
|
||||||
import com.google.firebase.messaging.RemoteMessage;
|
import com.google.firebase.messaging.RemoteMessage;
|
||||||
import org.linphone.LinphoneManager;
|
|
||||||
import org.linphone.LinphoneService;
|
import org.linphone.LinphoneService;
|
||||||
import org.linphone.core.tools.Log;
|
|
||||||
import org.linphone.settings.LinphonePreferences;
|
import org.linphone.settings.LinphonePreferences;
|
||||||
import org.linphone.utils.LinphoneUtils;
|
import org.linphone.utils.LinphoneUtils;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue