Skip to content

Commit

Permalink
chore(android): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
noxasch committed Dec 13, 2023
1 parent 410ce21 commit e34d38e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions app_widget_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 0.3.1

*chore: use latest platform interface
## 0.3.0

*feat(android): support widget provider with different package name
*fix(android): fix MainActivity not using application package name
*feat: support widget provider with different package name
*fix: fix MainActivity not using application package name

## 0.2.1

Expand Down
2 changes: 1 addition & 1 deletion app_widget_android/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.3.1"
app_widget_platform_interface:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion app_widget_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_widget_android
description: Android implementation for app_widget plugin
version: 0.3.0
version: 0.3.1
homepage: https://noxasch.tech/
repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget_android
issue_tracker: https://github.com/noxasch/flutter_app_widget/issues
Expand Down

0 comments on commit e34d38e

Please sign in to comment.