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

[path_provider] Revert Gradle and androidx.annotation bump in path_provider_android #6231

Merged
merged 4 commits into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.20

* Reverts changes in versions 2.0.18 and 2.0.19.

## 2.0.19

* Bumps kotlin to 1.7.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ group 'io.flutter.plugins.pathprovider'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.android.tools.build:gradle:3.3.0'
}
}

Expand Down Expand Up @@ -53,7 +52,7 @@ android {
}

dependencies {
implementation 'androidx.annotation:annotation:1.4.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'com.google.guava:guava:28.1-android'
testImplementation 'junit:junit:4.13.2'
}
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.19
version: 2.0.20

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