We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8aa57 commit ff17844Copy full SHA for ff17844
android/app/build.gradle
@@ -77,7 +77,7 @@ android {
77
namespace "com.reactnativedemo"
78
defaultConfig {
79
// FIXME-INSIDER: Please change with your application ID.
80
- applicationId "com.useinsider.ecommerce"
+ applicationId "com.useinsider.ReactNativeDemo"
81
minSdkVersion rootProject.ext.minSdkVersion
82
targetSdkVersion rootProject.ext.targetSdkVersion
83
versionCode 1
@@ -88,8 +88,8 @@ android {
88
signingConfigs {
89
release {
90
// FIXME-INSIDER: Please change with your key store information.
91
- storeFile file('mykeystore.jks')
92
- keyAlias 'ecommerce'
+ storeFile file('debug.keystore')
+ keyAlias 'test'
93
keyPassword '123456'
94
storePassword '123456'
95
v1SigningEnabled true
0 commit comments