From f96ec2a1f618e07285fd0c97bcadc80896031128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:57:22 +0800 Subject: [PATCH] Bump androidx.annotation:annotation from 1.5.0 to 1.6.0 (#2408) --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 5d920fbc..4f08c007 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -59,7 +59,7 @@ dependencyResolutionManagement { library("rikkax-widget-mainswitchbar", "dev.rikka.rikkax.widget:mainswitchbar:1.0.2") library("androidx-activity", "androidx.activity:activity:1.6.1") - library("androidx-annotation", "androidx.annotation:annotation:1.5.0") + library("androidx-annotation", "androidx.annotation:annotation:1.6.0") library("androidx-browser", "androidx.browser:browser:1.5.0") library("androidx-constraintlayout", "androidx.constraintlayout:constraintlayout:2.1.4") library("androidx-core", "androidx.core:core:1.9.0")