Skip to content

Commit a541a99

Browse files
committed
v1.1.0
1 parent 3041081 commit a541a99

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0
2+
3+
- Fix: Added missing namespace in build.gradle for compatibility with Android Gradle Plugin (AGP) 7.0+ #19
4+
15
## 1.0.1
26

37
- Bump dart sdk minimum version to 3.3.0

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "1.0.1"
71+
version: "1.1.0"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_svprogresshud
22
description: A clean and lightweight progress HUD for flutter app, based on SVProgressHUD.
3-
version: 1.0.1
3+
version: 1.1.0
44
homepage: https://github.com/leanflutter/flutter_svprogresshud
55

66
environment:

0 commit comments

Comments
 (0)