generated github release
This commit is contained in:
parent
19f5fdb25f
commit
7aac57dc8d
3 changed files with 7 additions and 7 deletions
|
@ -30,9 +30,9 @@
|
|||
## Highlights
|
||||
|
||||
- 100% free and open-source
|
||||
- Private by Design
|
||||
- No annoying ads or pop-ups
|
||||
- No internet access is required and never asks for any unwanted permissions
|
||||
- Private by Design
|
||||
|
||||
**Languages supported**: Danish, Dutch, English, French, German, Italian, Norwegian Bokmål,Portuguese, Russian, Spanish and Tamil
|
||||
|
||||
|
|
|
@ -20,10 +20,10 @@ android {
|
|||
applicationId 'com.vishnuraghav.enrecipes'
|
||||
minSdkVersion 21
|
||||
generatedDensities = []
|
||||
// ndk {
|
||||
// abiFilters.clear()
|
||||
// abiFilters.addAll(['arm64-v8a', 'x86'])
|
||||
// }
|
||||
ndk {
|
||||
abiFilters.clear()
|
||||
abiFilters.addAll(['arm64-v8a', 'armeabi-v7a', 'x86'])
|
||||
}
|
||||
}
|
||||
aaptOptions {
|
||||
additionalParameters "--no-version-vectors"
|
||||
|
|
|
@ -8,7 +8,7 @@ EnRecipes is an open source, privacy-friendly digital cookbook that lets you cre
|
|||
* Mark recipes as favourites and add them to your Try Later list
|
||||
* Quickly search for recipes by title or ingredient
|
||||
* Scale your recipe ingredients to serve more or less people
|
||||
* Get notified of when you last tried a recipe
|
||||
* Get notified of the last time you tried a recipe
|
||||
* Share your recipe to anyone by any means as a nicely formatted message. You can share the recipe photo too.
|
||||
* Shake device to view random recipe
|
||||
* Create meal plans
|
||||
|
@ -18,9 +18,9 @@ EnRecipes is an open source, privacy-friendly digital cookbook that lets you cre
|
|||
<b>Highlights:</b>
|
||||
|
||||
* 100% free and open-source
|
||||
* Private by Design
|
||||
* No annoying ads or pop-ups
|
||||
* No internet access is required and never asks for any unwanted permissions
|
||||
* Private by Design
|
||||
|
||||
<b>Credits:</b>
|
||||
|
||||
|
|
Loading…
Reference in a new issue