Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 5573ab0

Browse files
[url_launcher]: Bump annotation
Bumps annotation from 1.0.0 to 1.3.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc132b4 commit 5573ab0

File tree

1 file changed

+1
-1
lines changed
  • packages/url_launcher/url_launcher_android/android

1 file changed

+1
-1
lines changed

packages/url_launcher/url_launcher_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
}
4949

5050
dependencies {
51-
compileOnly 'androidx.annotation:annotation:1.0.0'
51+
compileOnly 'androidx.annotation:annotation:1.3.0'
5252
testImplementation 'junit:junit:4.12'
5353
testImplementation 'org.mockito:mockito-core:1.10.19'
5454
testImplementation 'androidx.test:core:1.0.0'

0 commit comments

Comments
 (0)