Skip to content

Commit

Permalink
handling release build and signing via appcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer-j committed Nov 30, 2021
1 parent 77e0076 commit bbfb274
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,14 @@ android {
}
}
}
release {
// Caution! In production, you need to generate your own keystore file.
// see https://reactnative.dev/docs/signed-apk-android.
signingConfig signingConfigs.debug
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
// handling release build and signing via appcenter
// release {
// // Caution! In production, you need to generate your own keystore file.
// // see https://reactnative.dev/docs/signed-apk-android.
// signingConfig signingConfigs.debug
// minifyEnabled enableProguardInReleaseBuilds
// proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
// }
}

// applicationVariants are e.g. debug, release
Expand Down

0 comments on commit bbfb274

Please sign in to comment.