This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
packages/url_launcher/url_launcher_android Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.0.21
2
+
3
+ * Updates androidx.annotation to 1.2.0.
4
+
1
5
## 6.0.20
2
6
3
7
* Updates android gradle plugin to 4.2.0.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ rootProject.allprojects {
22
22
apply plugin : ' com.android.library'
23
23
24
24
android {
25
- compileSdkVersion 31
25
+ compileSdkVersion 33
26
26
27
27
defaultConfig {
28
28
minSdkVersion 16
@@ -49,7 +49,7 @@ android {
49
49
}
50
50
51
51
dependencies {
52
- compileOnly ' androidx.annotation:annotation:1.0 .0'
52
+ compileOnly ' androidx.annotation:annotation:1.2 .0'
53
53
testImplementation ' junit:junit:4.13.2'
54
54
testImplementation ' org.mockito:mockito-core:4.8.0'
55
55
testImplementation ' androidx.test:core:1.0.0'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: url_launcher_android
2
2
description : Android implementation of the url_launcher plugin.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/url_launcher/url_launcher_android
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments