最新 Android 客户端源代码以及教程,完全免费开源最新版本

free all
This commit is contained in:
zeus
2025-02-05 20:10:14 +08:00
parent ec96756800
commit 349037c5f4
1426 changed files with 155138 additions and 49275 deletions
+5 -3
View File
@@ -1,4 +1,4 @@
rootProject.name = "ClashMetaForAndroid"
rootProject.name = "UUVPN"
include(":app")
include(":core")
@@ -27,8 +27,9 @@ dependencyResolutionManagement {
// val coreKtx = "1.12.0"
val activity = "1.5.0"
val fragment = "1.5.0"
val appcompat = "1.4.2"
// val appcompat = "1.6.1"
// val appcompat = "1.4.2"
val appcompat = "1.6.1"
val appcompatres = "1.6.1"
val coordinator = "1.2.0"
val recyclerview = "1.2.1"
val viewpager = "1.0.0"
@@ -50,6 +51,7 @@ dependencyResolutionManagement {
library("androidx-activity", "androidx.activity:activity:$activity")
library("androidx-fragment", "androidx.fragment:fragment:$fragment")
library("androidx-appcompat", "androidx.appcompat:appcompat:$appcompat")
library("androidx-appcompat", "androidx.appcompat:appcompat-resources:$appcompatres")
library("androidx-coordinator", "androidx.coordinatorlayout:coordinatorlayout:$coordinator")
library("androidx-recyclerview", "androidx.recyclerview:recyclerview:$recyclerview")
library("androidx-viewpager", "androidx.viewpager2:viewpager2:$viewpager")