mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 06:22:17 +08:00
Chore: update README.md
This commit is contained in:
parent
7dad08346c
commit
bb1052bbc7
12
README.md
12
README.md
|
@ -38,13 +38,13 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
|
||||||
sdk.dir=/path/to/android-sdk
|
sdk.dir=/path/to/android-sdk
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Create `keystore.properties` in project root with
|
4. Create `signing.properties` in project root with
|
||||||
|
|
||||||
```properties
|
```properties
|
||||||
storeFile=/path/to/keystore/file
|
keystore.path=/path/to/keystore/file
|
||||||
storePassword=<key store password>
|
keystore.password=<key store password>
|
||||||
keyAlias=<key alias>
|
key.alias=<key alias>
|
||||||
keyPassword=<key password>
|
key.password=<key password>
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Build
|
5. Build
|
||||||
|
@ -53,4 +53,4 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
|
||||||
./gradlew app:assembleFossRelease
|
./gradlew app:assembleFossRelease
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Pick `app-foss-<arch>-release-signed.apk` in `app/build/outputs/apk/foss/release/`
|
6. Pick `app-foss-<arch>-release.apk` in `app/build/outputs/apk/foss/release/`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user