diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fcf6519..577f0f8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,6 +33,11 @@ android { "proguard-rules.pro" ) } + + getByName("debug") { + applicationIdSuffix = ".debug" + isDebuggable = true + } } compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 diff --git a/app/google-services.json b/app/google-services.json index f2bd70b..689e055 100644 --- a/app/google-services.json +++ b/app/google-services.json @@ -23,6 +23,25 @@ "other_platform_oauth_client": [] } } + }, + { + "client_info": { + "mobilesdk_app_id": "1:865017455269:android:e7e75fe56cd84e955ae34c", + "android_client_info": { + "package_name": "live.shirabox.shirabox.debug" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyCqaeyhvvEMEkIav3U1TAgkF1CRAqRTn5w" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } } ], "configuration_version": "1"