mirror of
https://github.com/AdrianKuta/Unbound-Drag-Drop.git
synced 2025-04-19 22:49:02 +02:00
31 lines
1.5 KiB
TOML
31 lines
1.5 KiB
TOML
[versions]
|
|
androidGradlePlugin = "8.1.4"
|
|
agp = "8.5.0"
|
|
kotlin = "1.9.0"
|
|
coreKtx = "1.13.1"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.0"
|
|
espressoCore = "3.6.0"
|
|
appcompat = "1.7.0"
|
|
material = "1.12.0"
|
|
timber = "5.0.1"
|
|
|
|
[libraries]
|
|
android-tools-build-gradle-plugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
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" }
|
|
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
|
|
|
[plugins]
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
com-android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
convention-android-application = { id = "convention.android.application", version = "unspecified" }
|
|
convention-android-library = { id = "convention.android.library", version = "unspecified" }
|
|
|