mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-05-01 04:08:03 +00:00
429fc1ee43
- 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>
32 lines
676 B
Plaintext
32 lines
676 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
.DS_Store
|
|
/build
|
|
*/build
|
|
/captures
|
|
.externalNativeBuild
|
|
app/src/main/aidl/
|
|
app/*.apk
|
|
/.idea/
|
|
|
|
# ignore jacoco coverage reports
|
|
/coverage
|
|
|
|
*.jks
|
|
!develop_key.jks
|
|
!app/pezkuwi_debug.jks
|
|
.java-version
|
|
|
|
# ignore database schemas
|
|
/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/*.json
|
|
|
|
# database schemas exceptions
|
|
!/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/1.json
|
|
!/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/2.json
|
|
!/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/8.json
|
|
!/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/9.json
|
|
|
|
google-services.jsonversion.properties
|
|
.kotlin/
|