We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cdb8c commit dcdb609Copy full SHA for dcdb609
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.2
2
+
3
+* Improve `namespace` fix for `Android Gradle Plugin` versions < 7
4
5
## 0.3.1
6
7
* Fix `namespace` for `Android Gradle Plugin` versions < 7
example/pubspec.lock
@@ -7,7 +7,7 @@ packages:
path: ".."
8
relative: true
9
source: path
10
- version: "0.3.1"
+ version: "0.3.2"
11
async:
12
dependency: transitive
13
description:
pubspec.yaml
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/fluttercommunity/android_id/issues
maintainer: Joachim Nohl (@nohli)
-version: 0.3.1
+version: 0.3.2
environment:
sdk: '>=2.12.0 <3.0.0'
0 commit comments