mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 15:30:14 -04:00
Google play will rename classes to make app sizes smaller. this breaks the config lookup of the google auth capacitor plugin. so tell google not to rename that class
This commit is contained in:
parent
e6e83d103f
commit
c2165600fb
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
|
||||
# hide the original source file name.
|
||||
#-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",
|
||||
"forceCodeForRefreshToken" : true
|
||||
}
|
||||
|
||||
},
|
||||
"cordova": {}
|
||||
}
|
||||
|
@ -10,8 +10,8 @@
|
||||
"test-headless": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox ",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"copy": "npx cap copy",
|
||||
"all": "ng lint & ng test --watch=false --browsers=ChromeHeadlessNoSandbox & ng build --prod & npx cap copy"
|
||||
"copy": "npx cap sync",
|
||||
"all": "ng lint & ng test --watch=false --browsers=ChromeHeadlessNoSandbox & ng build --prod & npx cap sync"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user