Skip to content

Commit a7895d8

Browse files
committed
Deleting release keys to see if it passes the GitHub Build
1 parent 18362ec commit a7895d8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

android/app/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,6 @@ android {
154154
keyAlias 'androiddebugkey'
155155
keyPassword 'android'
156156
}
157-
release {
158-
storeFile file(PRIVATEKIT_RELEASE_STORE_FILE)
159-
storePassword PRIVATEKIT_RELEASE_STORE_PASSWORD
160-
keyAlias PRIVATEKIT_RELEASE_KEY_ALIAS
161-
keyPassword PRIVATEKIT_RELEASE_KEY_PASSWORD
162-
}
163157
}
164158
buildTypes {
165159
debug {

0 commit comments

Comments
 (0)