Browse Source

Remove android singning config

Janic Duplessis 4 years ago
parent
commit
820b0a819f
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      example/android/app/build.gradle

+ 0
- 8
example/android/app/build.gradle View File

@@ -142,14 +142,6 @@ android {
142 142
             include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
143 143
         }
144 144
     }
145
-    signingConfigs {
146
-        debug {
147
-            storeFile file('debug.keystore')
148
-            storePassword 'android'
149
-            keyAlias 'androiddebugkey'
150
-            keyPassword 'android'
151
-        }
152
-    }
153 145
     buildTypes {
154 146
         debug {
155 147
             signingConfig signingConfigs.debug