32 lines
1.6 KiB
TOML
32 lines
1.6 KiB
TOML
|
|
[versions]
|
||
|
|
agp = "9.0.0"
|
||
|
|
appcompat = "1.7.1"
|
||
|
|
constraintlayout = "2.2.1"
|
||
|
|
coreKtx = "1.17.0"
|
||
|
|
espressoCore = "3.7.0"
|
||
|
|
junit = "4.13.2"
|
||
|
|
junitVersion = "1.3.0"
|
||
|
|
kotlin = "2.3.0"
|
||
|
|
lifecycleRuntimeKtx = "2.10.0"
|
||
|
|
material = "1.13.0"
|
||
|
|
streampack = "3.1.1"
|
||
|
|
|
||
|
|
[libraries]
|
||
|
|
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
||
|
|
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
||
|
|
core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
||
|
|
espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
|
||
|
|
ext-junit = { module = "androidx.test.ext:junit", version.ref = "junitVersion" }
|
||
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
||
|
|
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
||
|
|
material = { module = "com.google.android.material:material", version.ref = "material" }
|
||
|
|
streampack-core = { group = "io.github.thibaultbee.streampack", name = "streampack-core", version.ref = "streampack" }
|
||
|
|
streampack-ui = { group = "io.github.thibaultbee.streampack", name = "streampack-ui", version.ref = "streampack" }
|
||
|
|
streampack-rtmp = { group = "io.github.thibaultbee.streampack", name = "streampack-rtmp", version.ref = "streampack" }
|
||
|
|
streampack-srt = { group = "io.github.thibaultbee.streampack", name = "streampack-srt", version.ref = "streampack" }
|
||
|
|
|
||
|
|
[plugins]
|
||
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
||
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||
|
|
|