Skip to content

Commit

Permalink
success build apk
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsarkar committed Sep 28, 2021
1 parent 0cfe1bf commit 596ebf1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,9 @@ android {
release {
// Caution! In production, you need to generate your own keystore file.
// see https://reactnative.dev/docs/signed-apk-android.
// signingConfig signingConfigs.debug
signingConfig signingConfigs.release
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
signingConfig signingConfigs.release
}
}

Expand Down
Binary file modified android/app/my-upload-key.keystore
Binary file not shown.
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ FLIPPER_VERSION=0.93.0

MYAPP_UPLOAD_STORE_FILE=my-upload-key.keystore
MYAPP_UPLOAD_KEY_ALIAS=my-key-alias
MYAPP_UPLOAD_STORE_PASSWORD=secret123
MYAPP_UPLOAD_KEY_PASSWORD=secret123
MYAPP_UPLOAD_STORE_PASSWORD=Secret@123
MYAPP_UPLOAD_KEY_PASSWORD=Secret@123
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"build:android": "cd android && ./gradlew assembleRelease",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
Expand Down

0 comments on commit 596ebf1

Please sign in to comment.