54 lines
No EOL
2.7 KiB
TOML
54 lines
No EOL
2.7 KiB
TOML
[versions]
|
|
coreKtx = "1.13.1"
|
|
appcompat = "1.6.1"
|
|
activity = "1.9.0"
|
|
activityKtx = "1.9.0"
|
|
constraintlayout = "2.1.4"
|
|
preference = "1.2.1"
|
|
preferenceKtx = "1.2.1"
|
|
lifecycleViewmodelKtx = "2.8.0"
|
|
lifecycleViewmodel = "2.7.0"
|
|
recyclerview = "1.3.2"
|
|
fragmentKtx = "1.7.0"
|
|
fragment = "1.7.0"
|
|
roomRuntime = "2.6.1"
|
|
|
|
fastScroll = "1.3.0"
|
|
material = "1.13.0-alpha02"
|
|
gson = "2.10.1"
|
|
|
|
espressoCore = "3.5.1"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.1.5"
|
|
|
|
agp = "8.4.0"
|
|
kotlin-android = "1.9.24"
|
|
ksp = "1.9.24-1.0.20"
|
|
|
|
[libraries]
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
androidx-activity-ktx = { group = "androidx.activity", name = "activity", version.ref = "activityKtx" }
|
|
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
|
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
|
|
androidx-junit = { module = "androidx.test.ext:junit", version.ref = "junitVersion" }
|
|
androidx-preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preferenceKtx" }
|
|
androidx-preference = { module = "androidx.preference:preference", version.ref = "preference" }
|
|
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "lifecycleViewmodel" }
|
|
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
|
androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtx" }
|
|
androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "fragment" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
fast-scroll = { module = "me.zhanghai.android.fastscroll:library", version.ref = "fastScroll" }
|
|
material = { module = "com.google.android.material:material", version.ref = "material" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin-android" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } |