mirror of
https://github.com/fankes/ProjectPromote.git
synced 2025-12-10 15:23:43 +08:00
34 lines
1.7 KiB
TOML
34 lines
1.7 KiB
TOML
[versions]
|
|
agp = "8.13.1"
|
|
kotlin = "2.2.21"
|
|
maven-publish = "0.35.0"
|
|
markwon = "4.6.2"
|
|
okhttp = "5.3.0"
|
|
lifecycle = "2.9.4"
|
|
core-ktx = "1.17.0"
|
|
appcompat = "1.7.1"
|
|
material = "1.13.0"
|
|
constraintlayout = "2.2.1"
|
|
junit-ext = "1.3.0"
|
|
espresso = "3.7.0"
|
|
junit = "4.13.2"
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven-publish" }
|
|
|
|
[libraries]
|
|
markwon-core = { group = "io.noties.markwon", name = "core", version.ref = "markwon" }
|
|
markwon-image = { group = "io.noties.markwon", name = "image", version.ref = "markwon" }
|
|
markwon-html = { group = "io.noties.markwon", name = "html", version.ref = "markwon" }
|
|
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
|
|
lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
|
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
junit-ext = { group = "androidx.test.ext", name = "junit", version.ref = "junit-ext" }
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" } |