From 3f94a4f5a0835d3e721a6340b9d89d1e0f49af93 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Mon, 21 Nov 2022 19:20:56 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa15ad96..a5005f7e0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Aves is a gallery and metadata explorer app. It is built for Android, with Flutt [Get it on Huawei AppGallery](https://appgallery.huawei.com/app/C106014023) +[Get it on Samsung Galaxy Store](https://galaxy.store/aves) [Get it on Amazon Appstore](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: ``` -# (cd scripts/; ./apply_flavor_play.sh) +# ./scripts/apply_flavor_play.sh ``` To build the project, create a file named `/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.