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

Commit

Permalink
[url_launcher]: Bump annotation from 1.0.0 to 1.5.0 in /packages/url_…
Browse files Browse the repository at this point in the history
…launcher/url_launcher_android/android (#6487)
  • Loading branch information
dependabot[bot] committed Oct 28, 2022
1 parent 6f91122 commit def5457
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher_android/CHANGELOG.md
@@ -1,3 +1,7 @@
## 6.0.21

* Updates androidx.annotation to 1.2.0.

## 6.0.20

* Updates android gradle plugin to 4.2.0.
Expand Down
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand All @@ -49,7 +49,7 @@ android {
}

dependencies {
compileOnly 'androidx.annotation:annotation:1.0.0'
compileOnly 'androidx.annotation:annotation:1.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:4.8.0'
testImplementation 'androidx.test:core:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_android/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: url_launcher_android
description: Android implementation of the url_launcher plugin.
repository: https://github.com/flutter/plugins/tree/main/packages/url_launcher/url_launcher_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
version: 6.0.20
version: 6.0.21

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

0 comments on commit def5457

Please sign in to comment.