mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-05-06 02:47:56 +00:00
fix: revert gradle namespaces, add release Firebase config
Reverted gradle namespace changes (io.pezkuwichain.wallet -> io.novafoundation.nova) because they break R class references in Kotlin code. Internal namespaces are NOT user-visible, so this is acceptable for minimum rebrand. User-visible elements are all properly branded as Pezkuwi. Added google-services.json for release variant.
This commit is contained in:
@@ -1,126 +1,29 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "802342409053",
|
||||
"project_id": "nova-wallet-production",
|
||||
"storage_bucket": "nova-wallet-production.appspot.com"
|
||||
"project_number": "783787781434",
|
||||
"project_id": "pezkuwi-wallet",
|
||||
"storage_bucket": "pezkuwi-wallet.firebasestorage.app"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:802342409053:android:36a2e33c10baf1b7378eb4",
|
||||
"mobilesdk_app_id": "1:783787781434:android:3645395a1f99c11c53b403",
|
||||
"android_client_info": {
|
||||
"package_name": "io.novafoundation.nova"
|
||||
"package_name": "io.pezkuwichain.wallet"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "802342409053-rgoughr36c138jfjle5k8glafpkbagli.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"oauth_client": [],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyDV0jNUiEGmb4tOn65m2EAyGV5eJpxhZY0"
|
||||
"current_key": "AIzaSyDK_P0TE_QyomWlO1BN79qY4xUAKcei12g"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "802342409053-rgoughr36c138jfjle5k8glafpkbagli.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:802342409053:android:a2a4a7704637d695378eb4",
|
||||
"android_client_info": {
|
||||
"package_name": "io.novafoundation.nova.github"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "802342409053-rgoughr36c138jfjle5k8glafpkbagli.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyDV0jNUiEGmb4tOn65m2EAyGV5eJpxhZY0"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "802342409053-rgoughr36c138jfjle5k8glafpkbagli.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:802342409053:android:4adac8797277d19d378eb4",
|
||||
"android_client_info": {
|
||||
"package_name": "io.novafoundation.nova.market"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "802342409053-rgoughr36c138jfjle5k8glafpkbagli.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyDV0jNUiEGmb4tOn65m2EAyGV5eJpxhZY0"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "802342409053-rgoughr36c138jfjle5k8glafpkbagli.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:802342409053:android:67b2b7e7e96c0a76378eb4",
|
||||
"android_client_info": {
|
||||
"package_name": "io.novafoundation.nova.releaseTest"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "802342409053-rgoughr36c138jfjle5k8glafpkbagli.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyDV0jNUiEGmb4tOn65m2EAyGV5eJpxhZY0"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "802342409053-rgoughr36c138jfjle5k8glafpkbagli.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
]
|
||||
"other_platform_oauth_client": []
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"configuration_version": "1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user