43 lines
2.3 KiB
TOML
43 lines
2.3 KiB
TOML
[versions]
|
|
agp = "8.8.2"
|
|
cardview = "1.0.0"
|
|
fragment = "1.8.7"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
appcompat = "1.7.0"
|
|
lifecycleViewmodel = "2.9.0"
|
|
material = "1.12.0"
|
|
constraintlayout = "2.2.1"
|
|
lifecycleLivedataKtx = "2.6.1"
|
|
lifecycleViewmodelKtx = "2.6.1"
|
|
mpandroidchart = "v3.1.0"
|
|
navigationFragment = "2.8.8"
|
|
navigationUi = "2.8.8"
|
|
recyclerview = "1.4.0"
|
|
roomRuntime = "2.7.1"
|
|
|
|
[libraries]
|
|
cardview = { module = "androidx.cardview:cardview", version.ref = "cardview" }
|
|
fragment = { module = "androidx.fragment:fragment", version.ref = "fragment" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata", version.ref = "lifecycleViewmodel" }
|
|
lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "lifecycleViewmodel" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
|
|
lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
mpandroidchart = { module = "com.github.PhilJay:MPAndroidChart", version.ref = "mpandroidchart" }
|
|
navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
|
|
navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
|
|
recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
|
room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
|
|
room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|