Added google-services.json for debug. Close #5
This commit is contained in:
parent
a528add071
commit
776e026c4e
2
.gitignore
vendored
2
.gitignore
vendored
@ -42,3 +42,5 @@ captures/
|
||||
|
||||
# Keystore files
|
||||
*.jks
|
||||
|
||||
app/google-services.json
|
3
app/.gitignore
vendored
3
app/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
/build
|
||||
|
||||
*.json
|
@ -55,6 +55,6 @@ dependencies {
|
||||
compile 'com.google.code.gson:gson:2.8.0'
|
||||
|
||||
compile 'com.google.firebase:firebase-crash:10.0.1'
|
||||
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
51
app/src/debug/google-services.json
Normal file
51
app/src/debug/google-services.json
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "",
|
||||
"project_id": ""
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "",
|
||||
"android_client_info": {
|
||||
"package_name": "org.itxtech.daedalus"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "",
|
||||
"client_type": 3
|
||||
},
|
||||
{
|
||||
"client_id": "",
|
||||
"client_type": 1,
|
||||
"android_info": {
|
||||
"package_name": "org.itxtech.daedalus",
|
||||
"certificate_hash": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": ""
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"analytics_service": {
|
||||
"status": 2,
|
||||
"analytics_property": {
|
||||
"tracking_id": ""
|
||||
}
|
||||
},
|
||||
"appinvite_service": {
|
||||
"status": 1,
|
||||
"other_platform_oauth_client": []
|
||||
},
|
||||
"ads_service": {
|
||||
"status": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"configuration_version": "1"
|
||||
}
|
@ -314,7 +314,6 @@ public class UdpDnsProvider extends DnsProvider {
|
||||
|
||||
UdpPacket parsedUdp = (UdpPacket) parsedPacket.getPayload();
|
||||
|
||||
|
||||
if (parsedUdp.getPayload() == null) {
|
||||
Log.i(TAG, "handleDnsRequest: Sending UDP packet without payload: " + parsedUdp);
|
||||
|
||||
|
@ -149,6 +149,7 @@ public class DaedalusVpnService extends VpnService implements Runnable {
|
||||
notificationManager.cancel(NOTIFICATION_ACTIVATED);
|
||||
notification = null;
|
||||
}
|
||||
dnsServers = null;
|
||||
} catch (Exception e) {
|
||||
Log.d(TAG, e.toString());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user