Skip to content

Commit db2aa4b

Browse files
committed
Bump version, update changelog
1 parent 099c6b6 commit db2aa4b

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.2.0
2+
3+
* Update `Gradle` version
4+
* Update `Android Gradle plugin` version
5+
* Update `Kotlin` version
6+
* Add Gradle wrapper files
7+
* Update `pubspec.lock` of example (`url: "https://pub.dev"`)
8+
19
## 0.1.3+1
210

311
* Improve readme: Add explanation for connection of `Android ID` and signing key

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "0.1.3+1"
10+
version: "0.2.0"
1111
async:
1212
dependency: transitive
1313
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
sdk: flutter
1212
android_id:
1313
path: ../
14-
version: ^0.1.3+1
14+
version: ^0.2.0
1515

1616
dev_dependencies:
1717
flutter_lints: ^2.0.1

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/fluttercommunity/android_id/issues
66

77
maintainer: Joachim Nohl (@nohli)
88

9-
version: 0.1.3+1
9+
version: 0.2.0
1010

1111
environment:
1212
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)