From ee50a4155fba44ab49bc2999aa0fd3ac39bdef6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:28:55 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.13.0 --- 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 4ea69f3b57..56d21736e8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ androidx-annotation = { module = "androidx.annotation:annotation", version = "1. androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } -androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" } +androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.9.0.202403050737-r" } hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }