Skip to content

Commit

Permalink
downgraded minimum Flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
wilburx9 committed Aug 23, 2020
1 parent 815cb50 commit 2c0df07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.0.4+1
* Downgraded minimum Flutter version to 1.20.1

## 1.0.4
* Implemented support for V2 Android embedding
* Removed instances of deprecated Flutter APIs
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_paystack
description: A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
version: 1.0.4
version: 1.0.4+1
author: Wilberforce Uwadiegwu <faradaywilly@gmail.com>
homepage: https://github.com/wilburt/flutter_paystack

Expand Down Expand Up @@ -35,4 +35,4 @@ flutter:

environment:
sdk: ">=2.2.2 <3.0.0"
flutter: ">=1.20.2 <2.0.0"
flutter: ">=1.20.1 <2.0.0"

0 comments on commit 2c0df07

Please sign in to comment.