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

Commit def5457

Browse files
[url_launcher]: Bump annotation from 1.0.0 to 1.5.0 in /packages/url_launcher/url_launcher_android/android (#6487)
1 parent 6f91122 commit def5457

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/url_launcher/url_launcher_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.21
2+
3+
* Updates androidx.annotation to 1.2.0.
4+
15
## 6.0.20
26

37
* Updates android gradle plugin to 4.2.0.

packages/url_launcher/url_launcher_android/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 31
25+
compileSdkVersion 33
2626

2727
defaultConfig {
2828
minSdkVersion 16
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
compileOnly 'androidx.annotation:annotation:1.0.0'
52+
compileOnly 'androidx.annotation:annotation:1.2.0'
5353
testImplementation 'junit:junit:4.13.2'
5454
testImplementation 'org.mockito:mockito-core:4.8.0'
5555
testImplementation 'androidx.test:core:1.0.0'

packages/url_launcher/url_launcher_android/pubspec.yaml

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

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

0 commit comments

Comments
 (0)