Browse Source

Merge pull request #1 from MyHush/master

Update local branch to v 0.5.16
dev
jahway603 4 years ago
committed by GitHub
parent
commit
f4009e2a7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md
  2. 4
      app/build.gradle

10
README.md

@ -98,16 +98,24 @@ the Play Store will reject the build.
To create a release build navigate to the project directory in terminal and run
`./gradlew clean assembleRelease`
```
./new_binary.sh 1.2.3
```
where 1.2.3 is the version number, which must match the codebase to be accepted to Google Play.
This will produce an apk file in the following directory.
SilentDragonAndroid/app/build/output/apk/release/app-release.apk
and also copy it to the current directory with the filename SilentDragonAndroid-1.2.3.apk
This build can be directly uploaded to Google Play.
### Building a release APK for F-Droid
We should do this!
...

4
app/build.gradle

@ -13,8 +13,8 @@ android {
applicationId "org.myhush.silentdragon"
minSdkVersion 17
targetSdkVersion 29
versionCode 3
versionName "0.5.15"
versionCode 4
versionName "0.5.16"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

Loading…
Cancel
Save