From a7895d865bfbeebbcaeb8c2e79cba12adadef1f6 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 15 Jun 2021 19:41:17 -0400 Subject: [PATCH] Deleting release keys to see if it passes the GitHub Build --- android/app/build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ceac124..fe72ebb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -154,12 +154,6 @@ android { keyAlias 'androiddebugkey' keyPassword 'android' } - release { - storeFile file(PRIVATEKIT_RELEASE_STORE_FILE) - storePassword PRIVATEKIT_RELEASE_STORE_PASSWORD - keyAlias PRIVATEKIT_RELEASE_KEY_ALIAS - keyPassword PRIVATEKIT_RELEASE_KEY_PASSWORD - } } buildTypes { debug {