mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-09 02:35:29 +00:00
35 lines
2 KiB
TOML
35 lines
2 KiB
TOML
|
[versions]
|
||
|
agp = "8.4.1"
|
||
|
appcompat = "1.6.1"
|
||
|
constraintlayout = "2.1.4"
|
||
|
coreKtx = "1.13.1"
|
||
|
kotlin = "1.9.0"
|
||
|
kotlinxSerializationJson = "1.6.3"
|
||
|
ktor = "2.3.11"
|
||
|
lifecycleKtx = "2.8.0"
|
||
|
material = "1.12.0"
|
||
|
navigationFragmentKtx = "2.7.7"
|
||
|
navigationUiKtx = "2.7.7"
|
||
|
navSafeArgsPlugin = "2.7.7"
|
||
|
preference = "1.2.1"
|
||
|
recyclerview = "1.3.2"
|
||
|
workRuntimeKtx = "2.9.0"
|
||
|
|
||
|
[libraries]
|
||
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
||
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
||
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleKtx" }
|
||
|
androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigationFragmentKtx" }
|
||
|
androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigationUiKtx" }
|
||
|
androidx-preference = { group = "androidx.preference", name = "preference", version.ref = "preference" }
|
||
|
androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
|
||
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
|
||
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
||
|
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
|
||
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
||
|
|
||
|
[plugins]
|
||
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
||
|
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||
|
androidx-navigation-safeargs = { id = "androidx.navigation.safeargs", version.ref = "navSafeArgsPlugin" }
|