Skip to content

Commit

Permalink
Revent android version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1d0w committed Mar 7, 2020
1 parent 6028920 commit 15736b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### Change (v4.6.3)

## 2020-03-07

- Revert Adding support for Android API Level 16 and up [#339](https://github.com/Sh1d0w/multi_image_picker/pull/399)

### Change (v4.6.2)

## 2020-03-05
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.vitanov.multiimagepicker'
version '4.6.2'
version '4.6.3'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The first thing we need to do is add the multi_image_picker package to our `pubs

```yaml
dependencies:
multi_image_picker: ^4.6.2
multi_image_picker: ^4.6.3
```
Next we need to install the plugin.
Expand Down
2 changes: 1 addition & 1 deletion ios/multi_image_picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'multi_image_picker'
s.version = '4.6.2'
s.version = '4.6.3'
s.summary = 'Multi image picker'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: multi_image_picker
description: Flutter plugin that allows you to display multi image picker on iOS and Android.
version: 4.6.2
version: 4.6.3
homepage: https://github.com/Sh1d0w/multi_image_picker

dependencies:
Expand Down

0 comments on commit 15736b5

Please sign in to comment.