Selaa lähdekoodia

Remove android singning config

Janic Duplessis 5 vuotta sitten
vanhempi
commit
820b0a819f
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  1. 0
    8
      example/android/app/build.gradle

+ 0
- 8
example/android/app/build.gradle Näytä tiedosto

142
             include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
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
     buildTypes {
145
     buildTypes {
154
         debug {
146
         debug {
155
             signingConfig signingConfigs.debug
147
             signingConfig signingConfigs.debug