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: