You might as well worry about every car on the road would kill you
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'io.fabric'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
|
||||
@@ -34,6 +35,7 @@ dependencies {
|
||||
implementation "com.android.support:design:$supportLibraryVersion"
|
||||
implementation "com.android.support:preference-v14:$supportLibraryVersion"
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.1'
|
||||
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.3'
|
||||
implementation 'com.github.luongvo:BadgeView:1.1.5'
|
||||
implementation 'com.linkedin.dexmaker:dexmaker-mockito:2.16.0'
|
||||
implementation "com.takisoft.fix:preference-v7:$takisoftFixVersion"
|
||||
@@ -44,3 +46,4 @@ dependencies {
|
||||
}
|
||||
|
||||
kapt.generateStubs = true
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
46
mobile/google-services.json
Normal file
46
mobile/google-services.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "13108846109",
|
||||
"firebase_url": "https://mygod-vpnhotspot.firebaseio.com",
|
||||
"project_id": "mygod-vpnhotspot",
|
||||
"storage_bucket": "mygod-vpnhotspot.appspot.com"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:13108846109:android:63120dcb2e900ed0",
|
||||
"android_client_info": {
|
||||
"package_name": "be.mygod.vpnhotspot"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "13108846109-5iemp5pbapg7n5epbk0mv96007m9bhmg.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
},
|
||||
{
|
||||
"client_id": "13108846109-5iemp5pbapg7n5epbk0mv96007m9bhmg.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyADp0gTf25H6H3KxDRKwvp0EaWq_XvYUmg"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"analytics_service": {
|
||||
"status": 1
|
||||
},
|
||||
"appinvite_service": {
|
||||
"status": 1,
|
||||
"other_platform_oauth_client": []
|
||||
},
|
||||
"ads_service": {
|
||||
"status": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"configuration_version": "1"
|
||||
}
|
||||
Reference in New Issue
Block a user