From 55081da7c861598e22d33c7be2525612e0ac0c1f Mon Sep 17 00:00:00 2001 From: Vishnu Raghav B Date: Wed, 2 Dec 2020 16:07:45 +0530 Subject: [PATCH] cleaned code --- README.md | 2 +- app/App_Resources/Android/app.gradle | 12 +- app/components/App.vue | 12 - app/components/EditRecipe.vue | 9 +- app/components/Settings.vue | 3 - app/components/ViewRecipe.vue | 17 +- .../6.4/executionHistory/executionHistory.bin | Bin 3818540 -> 4072997 bytes .../executionHistory/executionHistory.lock | Bin 17 -> 17 bytes .../.gradle/6.4/fileHashes/fileHashes.bin | Bin 213060 -> 213060 bytes .../.gradle/6.4/fileHashes/fileHashes.lock | Bin 17 -> 17 bytes .../6.4/fileHashes/resourceHashesCache.bin | Bin 19007 -> 19143 bytes .../.gradle/6.4/javaCompile/classAnalysis.bin | Bin 303530 -> 328366 bytes .../.gradle/6.4/javaCompile/javaCompile.lock | Bin 17 -> 17 bytes .../buildOutputCleanup.lock | Bin 17 -> 17 bytes platforms/android/.nsprepareinfo | 4 +- .../vishnuraghav/enrecipes/BuildConfig.java | 4 +- .../apk_list/release/apk-list.gson | 2 +- .../bundle-manifest/AndroidManifest.xml | 4 +- .../release/bundle-manifest/output.json | 2 +- .../intermediates/dex/release/out/classes.dex | Bin 7610776 -> 7610776 bytes .../compile-file-map.properties | 2 +- .../tmp/release/dex-renamer-state.txt | 2 +- .../tmp/release/zip-cache/androidResources | Bin 72257 -> 72257 bytes .../tmp/release/zip-cache/javaResources0 | Bin 31044 -> 31044 bytes .../release/AndroidManifest.xml | 4 +- .../instant_app_manifest/release/output.json | 2 +- .../vishnuraghav/enrecipes/BuildConfig.class | Bin 602 -> 602 bytes .../manifest-merger-blame-release-report.txt | 4 +- .../merged_assets/release/out/app/bundle.js | 2 +- .../merged_java_res/release/out.jar | Bin 199052 -> 199052 bytes .../release/AndroidManifest.xml | 4 +- .../merged_manifests/release/output.json | 2 +- .../release/metadata-feature/output.json | 2 +- .../processed_res/release/out/output.json | 2 +- .../release/out/resources-release.ap_ | Bin 1016865 -> 1016869 bytes .../vishnuraghav/enrecipes/BuildConfig.dex | Bin 772 -> 772 bytes .../app/build/outputs/apk/.nsbuildinfo | 4 +- .../android/app/build/outputs/apk/.nshashes | 2 +- .../build/outputs/apk/release/app-release.apk | Bin 33069868 -> 25767219 bytes .../app/build/outputs/apk/release/output.json | 2 +- .../reports/lint-results-release-fatal.html | 2 +- .../android/app/src/main/assets/app/bundle.js | 2 +- .../build-tools/sbg-interfaces-names.txt | 1070 ++++++++--------- 43 files changed, 575 insertions(+), 604 deletions(-) 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 @@