Skip to content

Commit ff17844

Browse files
Update build.gradle
1 parent 1e8aa57 commit ff17844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ android {
7777
namespace "com.reactnativedemo"
7878
defaultConfig {
7979
// FIXME-INSIDER: Please change with your application ID.
80-
applicationId "com.useinsider.ecommerce"
80+
applicationId "com.useinsider.ReactNativeDemo"
8181
minSdkVersion rootProject.ext.minSdkVersion
8282
targetSdkVersion rootProject.ext.targetSdkVersion
8383
versionCode 1
@@ -88,8 +88,8 @@ android {
8888
signingConfigs {
8989
release {
9090
// FIXME-INSIDER: Please change with your key store information.
91-
storeFile file('mykeystore.jks')
92-
keyAlias 'ecommerce'
91+
storeFile file('debug.keystore')
92+
keyAlias 'test'
9393
keyPassword '123456'
9494
storePassword '123456'
9595
v1SigningEnabled true

0 commit comments

Comments
 (0)