Update README.md
This commit is contained in:
parent
878b39605b
commit
3f94a4f5a0
1 changed files with 4 additions and 1 deletions
|
@ -15,6 +15,9 @@ Aves is a gallery and metadata explorer app. It is built for Android, with Flutt
|
||||||
[<img src="https://raw.githubusercontent.com/deckerst/common/main/assets/huawei-appgallery-badge-english-black.png"
|
[<img src="https://raw.githubusercontent.com/deckerst/common/main/assets/huawei-appgallery-badge-english-black.png"
|
||||||
alt='Get it on Huawei AppGallery'
|
alt='Get it on Huawei AppGallery'
|
||||||
height="80">](https://appgallery.huawei.com/app/C106014023)
|
height="80">](https://appgallery.huawei.com/app/C106014023)
|
||||||
|
[<img src="https://raw.githubusercontent.com/deckerst/common/main/assets/samsung-galaxy-store-badge-english.png"
|
||||||
|
alt='Get it on Samsung Galaxy Store'
|
||||||
|
height="80">](https://galaxy.store/aves)
|
||||||
[<img src="https://raw.githubusercontent.com/deckerst/common/main/assets/amazon-appstore-badge-english-black.png"
|
[<img src="https://raw.githubusercontent.com/deckerst/common/main/assets/amazon-appstore-badge-english-black.png"
|
||||||
alt='Get it on Amazon Appstore'
|
alt='Get it on Amazon Appstore'
|
||||||
height="80">](https://www.amazon.com/dp/B09XQHQQ72)
|
height="80">](https://www.amazon.com/dp/B09XQHQQ72)
|
||||||
|
@ -115,7 +118,7 @@ Some users have expressed the wish to financially support the project. Thanks!
|
||||||
|
|
||||||
Before running or building the app, update the dependencies for the desired flavor:
|
Before running or building the app, update the dependencies for the desired flavor:
|
||||||
```
|
```
|
||||||
# (cd scripts/; ./apply_flavor_play.sh)
|
# ./scripts/apply_flavor_play.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
To build the project, create a file named `<app dir>/android/key.properties`. It should contain a reference to a keystore for app signing, and other necessary credentials. See [key_template.properties](https://github.com/deckerst/aves/blob/develop/android/key_template.properties) for the expected keys.
|
To build the project, create a file named `<app dir>/android/key.properties`. It should contain a reference to a keystore for app signing, and other necessary credentials. See [key_template.properties](https://github.com/deckerst/aves/blob/develop/android/key_template.properties) for the expected keys.
|
||||||
|
|
Loading…
Reference in a new issue