mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 04:27:58 +00:00
Fix Google Drive backup OAuth configuration
- Add new debug keystore with unique SHA-1 fingerprint - Update google-services.json with proper OAuth clients - Configure debug build to use new keystore - Both Android OAuth client (type 1) and Web client (type 3) now present Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,7 @@ app/*.apk
|
||||
|
||||
*.jks
|
||||
!develop_key.jks
|
||||
!app/pezkuwi_debug.jks
|
||||
.java-version
|
||||
|
||||
# ignore database schemas
|
||||
|
||||
+4
-4
@@ -20,10 +20,10 @@ android {
|
||||
keyPassword readRawSecretOrNull('CI_KEYSTORE_KEY_PASS')
|
||||
}
|
||||
debugFixedKey {
|
||||
storeFile file('develop_key.jks')
|
||||
storePassword readRawSecretOrNull('CI_KEYSTORE_PASS')
|
||||
keyAlias readRawSecretOrNull('CI_KEYSTORE_KEY_ALIAS')
|
||||
keyPassword readRawSecretOrNull('CI_KEYSTORE_KEY_PASS')
|
||||
storeFile file('pezkuwi_debug.jks')
|
||||
storePassword 'pezkuwi123'
|
||||
keyAlias 'pezkuwidebug'
|
||||
keyPassword 'pezkuwi123'
|
||||
}
|
||||
market {
|
||||
storeFile file('market_key.jks')
|
||||
|
||||
Binary file not shown.
@@ -5,6 +5,43 @@
|
||||
"storage_bucket": "pezkuwi-wallet-debug.firebasestorage.app"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:633686702274:android:897282d4fda3f5ed7e635b",
|
||||
"android_client_info": {
|
||||
"package_name": "io.pezkuwichain.wallet"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "633686702274-42ktqav1laf6d4ol7f714ib3s6lka73f.apps.googleusercontent.com",
|
||||
"client_type": 1,
|
||||
"android_info": {
|
||||
"package_name": "io.pezkuwichain.wallet",
|
||||
"certificate_hash": "8fb4f8977fc9b990e9d501a0041f5723f23b65d2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyBY_4wMnmyc8etnkyNOd_I-bCFAxO2Z-Os"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:633686702274:android:018702ece3f601067e635b",
|
||||
@@ -13,6 +50,14 @@
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "633686702274-3dduat8jpbqfnie9kvqr441np1gcbm90.apps.googleusercontent.com",
|
||||
"client_type": 1,
|
||||
"android_info": {
|
||||
"package_name": "io.pezkuwichain.wallet.debug",
|
||||
"certificate_hash": "fc2d7bde71183e18377baf8076b35b3c68f9b02e"
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
|
||||
Reference in New Issue
Block a user