Skip to content

Commit

Permalink
revert previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Aug 17, 2023
1 parent 34c618c commit 88ebe3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,4 @@ In order to compile a production desktop build, run `npm run desktop-build`, thi
In order to compile a production iOS build, run `npm run ios-build`, this will generate a `Chat.ipa` in the root directory of this project.

#### Local production build the Android app
To build an APK to share run (e.g. via Slack), run `npm run android-build`, this will generate a new APK in the `android/app` folder.

To build an APK to share run (e.g. via Slack), run `npm run android-build`, this will generate a new APK in the `android/app` folder.
2 changes: 0 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ android {
release {
signingConfig signingConfigs.release
productFlavors.production.signingConfig signingConfigs.release
// AdHoc builds use the prod env, but don't need to be signed with the production keys
productFlavors.adhoc.signingConfig signingConfigs.debug
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
Expand Down

0 comments on commit 88ebe3d

Please sign in to comment.