diff --git a/README.md b/README.md index a8bc4cca..76dc8f11 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ EnRecipes is an easy to use, privacy-friendly digital cookbook that lets you cre ## Features - Create recipes quickly -- Add photo, notes and references to your recipes +- Add photo, notes and combinations to your recipes - Organise your recipes by category - Quickly search for your recipes - Mark recipes as favorites and add them to your Try Later list diff --git a/app/App_Resources/Android/app.gradle b/app/App_Resources/Android/app.gradle index e8930b5b..682178a0 100644 --- a/app/App_Resources/Android/app.gradle +++ b/app/App_Resources/Android/app.gradle @@ -15,15 +15,15 @@ android { defaultConfig { - versionCode 1 - versionName '1.0.0' + versionCode 2 + versionName '1.0.1' applicationId 'com.vishnuraghav.enrecipes' minSdkVersion 21 generatedDensities = [] - // ndk { - // abiFilters.clear() - // abiFilters.addAll(['arm64-v8a']) - // } + ndk { + abiFilters.clear() + abiFilters.addAll(['x86','armeabi-v7a','arm64-v8a']) + } } aaptOptions { additionalParameters "--no-version-vectors" diff --git a/app/components/App.vue b/app/components/App.vue index bc8c1ac9..be90cfd0 100644 --- a/app/components/App.vue +++ b/app/components/App.vue @@ -1,7 +1,6 @@