Skip to content

Commit 411d1ed

Browse files
authored
[path_provider] Bump kotlin to 1.7.10 (flutter#6228)
1 parent 6c9738e commit 411d1ed

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

packages/path_provider/path_provider_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.19
2+
3+
* Bumps kotlin to 1.7.10
4+
15
## 2.0.18
26

37
* Bumps `androidx.annotation:annotation` version to 1.4.0.

packages/path_provider/path_provider_android/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ group 'io.flutter.plugins.pathprovider'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5+
ext.kotlin_version = '1.7.10'
56
repositories {
67
google()
78
mavenCentral()

packages/path_provider/path_provider_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider_android
22
description: Android implementation of the path_provider plugin.
33
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5-
version: 2.0.18
5+
version: 2.0.19
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)