mirror of
https://github.com/2dust/v2rayNG.git
synced 2025-06-28 12:19:52 +00:00
* Update libs.versions.toml Update agp * Update validate-fastlane-supply-metadata Update validate-fastlane-supply-metadata
66 lines
4 KiB
TOML
66 lines
4 KiB
TOML
[versions]
|
|
agp = "8.9.1"
|
|
desugar_jdk_libs = "2.1.5"
|
|
gradleLicensePlugin = "0.9.8"
|
|
kotlin = "2.1.20"
|
|
coreKtx = "1.15.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
appcompat = "1.7.0"
|
|
material = "1.12.0"
|
|
activity = "1.10.1"
|
|
constraintlayout = "2.2.1"
|
|
mmkvStatic = "1.3.12"
|
|
gson = "2.12.1"
|
|
quickieFoss = "1.14.0"
|
|
kotlinx-coroutines-android = "1.10.1"
|
|
kotlinx-coroutines-core = "1.10.1"
|
|
swiperefreshlayout = "1.1.0"
|
|
toasty = "1.5.2"
|
|
editorkit = "2.9.0"
|
|
core = "3.5.3"
|
|
workRuntimeKtx = "2.10.0"
|
|
lifecycleViewmodelKtx = "2.8.7"
|
|
multidex = "2.0.1"
|
|
mockitoMockitoInline = "5.2.0"
|
|
flexbox = "3.0.0"
|
|
preferenceKtx = "1.2.1"
|
|
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" }
|
|
desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" }
|
|
gradle-license-plugin = { module = "com.jaredsburrows:gradle-license-plugin", version.ref = "gradleLicensePlugin" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
mmkv-static = { module = "com.tencent:mmkv-static", version.ref = "mmkvStatic" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
quickie-foss = { module = "com.github.T8RIN.QuickieExtended:quickie-foss", version.ref = "quickieFoss" }
|
|
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version = "kotlinx-coroutines-android" }
|
|
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "kotlinx-coroutines-core" }
|
|
toasty = { module = "com.github.GrenderG:Toasty", version.ref = "toasty" }
|
|
editorkit = { module = "com.blacksquircle.ui:editorkit", version.ref = "editorkit" }
|
|
language-base = { module = "com.blacksquircle.ui:language-base", version.ref = "editorkit" }
|
|
language-json = { module = "com.blacksquircle.ui:language-json", version.ref = "editorkit" }
|
|
core = { module = "com.google.zxing:core", version.ref = "core" }
|
|
work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
|
|
work-multiprocess = { module = "androidx.work:work-multiprocess", version.ref = "workRuntimeKtx" }
|
|
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
|
|
org-mockito-mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockitoMockitoInline" }
|
|
mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockitoMockitoInline" }
|
|
flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
|
|
recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
|
preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preferenceKtx" }
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|