mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 08:19:50 -04:00
Merge branch 'db-22-fix-google-auth-bug' into 'main'
DB-22: Google play will rename classes to make app sizes smaller. this breaks the... See merge request walljm/dynamicbible!15
This commit is contained in:
commit
53af93166e
2
src/android/app/proguard-rules.pro
vendored
2
src/android/app/proguard-rules.pro
vendored
@ -19,3 +19,5 @@
|
|||||||
# If you keep the line number information, uncomment this to
|
# If you keep the line number information, uncomment this to
|
||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-renamesourcefileattribute SourceFile
|
||||||
|
|
||||||
|
-keep public class com.codetrixstudio.capacitor.GoogleAuth
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Fixed bug in typeahead history
|
|
@ -13,7 +13,6 @@
|
|||||||
"serverClientId": "200739882604-i4mk6rp4mcb8n590j5kc8i6bncpm5bo1.apps.googleusercontent.com",
|
"serverClientId": "200739882604-i4mk6rp4mcb8n590j5kc8i6bncpm5bo1.apps.googleusercontent.com",
|
||||||
"forceCodeForRefreshToken" : true
|
"forceCodeForRefreshToken" : true
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
"cordova": {}
|
"cordova": {}
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
"test-headless": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox ",
|
"test-headless": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox ",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"copy": "npx cap copy",
|
"copy": "npx cap sync",
|
||||||
"all": "ng lint & ng test --watch=false --browsers=ChromeHeadlessNoSandbox & ng build --prod & npx cap copy"
|
"all": "ng lint & ng test --watch=false --browsers=ChromeHeadlessNoSandbox & ng build --prod & npx cap sync"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user