Commit fc431199 by Karthik

8.2.4

parent 94f55490
## [8.2.4]
- Reverted the minSDK 22 which broke many apps - Sorry everyone
## [8.2.3]
- Merged PR #466 (fixes issue in android)
......
......@@ -34,7 +34,7 @@ This one has limited features and no control over UI
```yaml
# add this line to your dependencies
fluttertoast: ^8.2.3
fluttertoast: ^8.2.4
```
```dart
......
......@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 34
compileSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
......@@ -40,7 +40,7 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}
defaultConfig {
minSdkVersion 22
minSdkVersion 21
if (project.android.hasProperty('namespace')) {
namespace 'io.github.ponnamkarthik.toast.fluttertoast'
}
......
......@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 34
compileSdkVersion 31
ndkVersion flutter.ndkVersion
compileOptions {
......@@ -47,7 +47,7 @@ android {
applicationId "com.example.example"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 22
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
......
name: fluttertoast
description: Toast Library for Flutter, Easily create toast messages in single line of code
version: 8.2.3
version: 8.2.4
homepage: https://github.com/PonnamKarthik/FlutterToast
issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment