Skip to content

Commit

Permalink
Version 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KasemJaffer committed Jan 29, 2024
1 parent 8b8932a commit a0f4d8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.6

* Fix compatibility issue with Android SDK <33

## 1.6.5

* Update deprecated API usage in Android
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
}

group 'com.kasem.receive_sharing_intent'
version '1.6.5'
version '1.6.6'

rootProject.allprojects {
repositories {
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: receive_sharing_intent
description: A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps.
version: 1.6.5
version: 1.6.6
homepage: https://github.com/KasemJaffer/receive_sharing_intent

environment:
Expand Down

0 comments on commit a0f4d8e

Please sign in to comment.