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

Commit

Permalink
[path_provider] Bump kotlin to 1.7.10 (#6228)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryQian authored Aug 11, 2022
1 parent 6c9738e commit 411d1ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/path_provider/path_provider_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.19

* Bumps kotlin to 1.7.10

## 2.0.18

* Bumps `androidx.annotation:annotation` version to 1.4.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ group 'io.flutter.plugins.pathprovider'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion packages/path_provider/path_provider_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: path_provider_android
description: Android implementation of the path_provider plugin.
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
version: 2.0.18
version: 2.0.19

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit 411d1ed

Please sign in to comment.