From 7b484da2d0d2cfeb0f7a79291f9767d24b4d1055 Mon Sep 17 00:00:00 2001 From: rajput-hemant Date: Sat, 5 Aug 2023 01:05:44 +0530 Subject: [PATCH] feat: prepare for v0.2.3 Signed-off-by: rajput-hemant --- README.md | 14 +++++++------- android/app/build.gradle | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9f30eac..40a46f6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Calculator -**v0.2.2** +**v0.2.3** ### A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter. @@ -87,15 +87,15 @@ This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) -[universal-release]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.2/Calculator-v0.2.2-universal-release.apk -[arm64]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.2/Calculator-v0.2.2-arm64-v8a-release.apk -[armabi]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.2/Calculator-v0.2.2-armeabi-v7a-release.apk -[x86]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.2/Calculator-v0.2.2-x86_64-release.apk +[universal-release]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.3/Calculator-v0.2.3-universal-release.apk +[arm64]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.3/Calculator-v0.2.3-arm64-v8a-release.apk +[armabi]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.3/Calculator-v0.2.3-armeabi-v7a-release.apk +[x86]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.3/Calculator-v0.2.3-x86_64-release.apk -[sc-zip]: https://github.com/rajput-hemant/calculator/archive/refs/tags/v0.2.2.zip -[sc-tar.gz]: https://github.com/rajput-hemant/calculator/archive/refs/tags/v0.2.2.tar.gz +[sc-zip]: https://github.com/rajput-hemant/calculator/archive/refs/tags/v0.2.3.zip +[sc-tar.gz]: https://github.com/rajput-hemant/calculator/archive/refs/tags/v0.2.3.tar.gz diff --git a/android/app/build.gradle b/android/app/build.gradle index cbe7d16..4b61af4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -48,7 +48,7 @@ android { applicationId "com.capybara.calculator" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. - minSdkVersion flutter.minSdkVersion + minSdkVersion 19 targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName