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:
Jason Wall 2021-03-04 15:43:27 +00:00
commit 53af93166e
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1 +0,0 @@
Fixed bug in typeahead history

View File

@ -13,7 +13,6 @@
"serverClientId": "200739882604-i4mk6rp4mcb8n590j5kc8i6bncpm5bo1.apps.googleusercontent.com", "serverClientId": "200739882604-i4mk6rp4mcb8n590j5kc8i6bncpm5bo1.apps.googleusercontent.com",
"forceCodeForRefreshToken" : true "forceCodeForRefreshToken" : true
} }
}, },
"cordova": {} "cordova": {}
} }

View File

@ -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": {