Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d4d704a

Browse files
author
Chris Yang
committed
update android version 2
1 parent d13a3a9 commit d4d704a

File tree

20 files changed

+50
-10
lines changed

20 files changed

+50
-10
lines changed

packages/local_auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.3+2
2+
3+
* Update android compileSdkVersion to 29.
4+
15
## 0.6.3+1
26

37
* Update package:e2e -> package:integration_test

packages/local_auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth
22
description: Flutter plugin for Android and iOS device authentication sensors
33
such as Fingerprint Reader and Touch ID.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth
5-
version: 0.6.3+1
5+
version: 0.6.3+2
66

77
flutter:
88
plugin:

packages/package_info/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.3+1
2+
3+
* Update android compileSdkVersion to 29.
4+
15
## 0.4.3
26

37
* Update package:e2e -> package:integration_test

packages/package_info/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/package_info
55
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
66
# the version to 2.0.0.
77
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
8-
version: 0.4.3
8+
version: 0.4.3+1
99

1010
flutter:
1111
plugin:

packages/path_provider/path_provider/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.15
2+
3+
* Update android compileSdkVersion to 29.
4+
15
## 1.6.14
26

37
* Update package:e2e -> package:integration_test

packages/path_provider/path_provider/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider
22
description: Flutter plugin for getting commonly used locations on the Android &
33
iOS file systems, such as the temp and app data directories.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
5-
version: 1.6.14
5+
version: 1.6.15
66

77
flutter:
88
plugin:

packages/quick_actions/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0+9
2+
3+
* Update android compileSdkVersion to 29.
4+
15
## 0.4.0+8
26

37
* Update package:e2e -> package:integration_test

packages/quick_actions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: quick_actions
22
description: Flutter plugin for creating shortcuts on home screen, also known as
33
Quick Actions on iOS and App Shortcuts on Android.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/quick_actions
5-
version: 0.4.0+8
5+
version: 0.4.0+9
66

77
flutter:
88
plugin:

packages/sensors/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.2+5
2+
3+
* Update android compileSdkVersion to 29.
4+
15
## 0.4.2+4
26

37
* Update package:e2e -> package:integration_test

packages/sensors/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/sensors
55
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
66
# the version to 2.0.0.
77
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
8-
version: 0.4.2+4
8+
version: 0.4.2+5
99

1010
flutter:
1111
plugin:

0 commit comments

Comments
 (0)