From 7bd2a8a06955b96df1dfa2a038ac9b2a38cfaaff Mon Sep 17 00:00:00 2001 From: Perondas Date: Thu, 25 Aug 2022 09:56:19 +0200 Subject: [PATCH] Lowered required sdk version --- CHANGELOG.md | 4 ++++ android/build.gradle | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0bdf8f..ccc2933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4 + +* Lowered the required SDK version + ## 0.0.3 * Fixed mistakes in the documentation. diff --git a/android/build.gradle b/android/build.gradle index 7c16b43..8f88770 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,7 +41,7 @@ android { } defaultConfig { - minSdkVersion 29 + minSdkVersion 16 } } diff --git a/example/pubspec.lock b/example/pubspec.lock index 292e9d9..4b62b67 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -122,7 +122,7 @@ packages: path: ".." relative: true source: path - version: "0.0.3" + version: "0.0.4" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 21cb81a..c8f513b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: signal_strength description: Get your phones current signal strengths. Currently only works on android. -version: 0.0.3 +version: 0.0.4 homepage: https://github.com/Perondas/signal_strength environment: