From 6d36a1c9ebcb4be2100f882931b44aa41c01da2f Mon Sep 17 00:00:00 2001 From: Sikander Date: Mon, 24 Jan 2022 10:19:16 +0500 Subject: [PATCH] minSDkVersion set to 26 because -> https://developer.android.com/reference/java/time/ZoneId --- CHANGELOG.md | 2 ++ android/build.gradle | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd74ed6..98184d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.0.2 +Android minSdkVersion bumped to 26 ## 2.0.1 Improve pub.dev score diff --git a/android/build.gradle b/android/build.gradle index 443b089..d0db36c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -31,7 +31,7 @@ android { } defaultConfig { targetSdkVersion 30 - minSdkVersion 16 + minSdkVersion 26 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } lintOptions { diff --git a/pubspec.yaml b/pubspec.yaml index aa75eee..1229b56 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_native_timezone description: A flutter plugin for getting the local timezone of the device. -version: 2.0.1 +version: 2.0.2 homepage: https://github.com/pinkfish/flutter_native_timezone environment: