Added google-services.json for debug. Close #5

This commit is contained in:
PeratX 2017-05-20 15:46:34 +08:00
parent a528add071
commit 776e026c4e
6 changed files with 55 additions and 5 deletions

2
.gitignore vendored
View File

@ -42,3 +42,5 @@ captures/
# Keystore files
*.jks
app/google-services.json

3
app/.gitignore vendored
View File

@ -1,3 +0,0 @@
/build
*.json

View File

@ -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'
}

View 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"
}

View File

@ -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);

View File

@ -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());
}