From 0fb705e1e218c475787226eb8a667b91b08809e2 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 25 Jan 2025 10:28:23 +0800 Subject: [PATCH] Update libs.versions.toml --- V2rayNG/gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V2rayNG/gradle/libs.versions.toml b/V2rayNG/gradle/libs.versions.toml index c789d2ff..4310536b 100644 --- a/V2rayNG/gradle/libs.versions.toml +++ b/V2rayNG/gradle/libs.versions.toml @@ -9,7 +9,7 @@ junitVersion = "1.2.1" espressoCore = "3.6.1" appcompat = "1.7.0" material = "1.12.0" -activity = "1.9.3" +activity = "1.10.0" constraintlayout = "2.2.0" mmkvStatic = "1.3.11" gson = "2.11.0" @@ -27,7 +27,7 @@ multidex = "2.0.1" mockitoMockitoInline = "4.0.0" flexbox = "3.0.0" preferenceKtx = "1.2.1" -recyclerview = "1.3.2" +recyclerview = "1.4.0" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }