From 05f249bef12addf3a30784a3d9a7515f7c6e9b71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 19:22:00 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.7.0-alpha03 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d3e432be7..5d6d9a456 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -74,7 +74,7 @@ spotless = { id = "com.diffplug.spotless", version.ref = "spotless" } sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" } [libraries] -androidx-annotations = "androidx.annotation:annotation:1.7.0-alpha02" +androidx-annotations = "androidx.annotation:annotation:1.7.0-alpha03" androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx-activity" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } androidx-appCompat = "androidx.appcompat:appcompat:1.7.0-alpha02"