diff --git a/src/android/app/proguard-rules.pro b/src/android/app/proguard-rules.pro index f1b42451..a338bb6c 100644 --- a/src/android/app/proguard-rules.pro +++ b/src/android/app/proguard-rules.pro @@ -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 diff --git a/src/android/app/src/main/play/release-notes/en-US/beta.txt b/src/android/app/src/main/play/release-notes/en-US/beta.txt index 9cfe2c08..e69de29b 100644 --- a/src/android/app/src/main/play/release-notes/en-US/beta.txt +++ b/src/android/app/src/main/play/release-notes/en-US/beta.txt @@ -1 +0,0 @@ -Fixed bug in typeahead history diff --git a/src/capacitor.config.json b/src/capacitor.config.json index c060cfca..6ee83d6a 100644 --- a/src/capacitor.config.json +++ b/src/capacitor.config.json @@ -13,7 +13,6 @@ "serverClientId": "200739882604-i4mk6rp4mcb8n590j5kc8i6bncpm5bo1.apps.googleusercontent.com", "forceCodeForRefreshToken" : true } - }, "cordova": {} } diff --git a/src/package.json b/src/package.json index cfc1d353..7c5303db 100644 --- a/src/package.json +++ b/src/package.json @@ -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": {