KidShift/gradle/libs.versions.toml

45 lines
2.3 KiB
TOML
Raw Normal View History

2024-06-05 05:36:41 +00:00
[versions]
agp = "8.0.2"
2024-06-12 05:10:44 +00:00
gson = "2.11.0"
javafaker = "1.0.2"
2024-06-05 05:36:41 +00:00
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.7.0"
material = "1.12.0"
2024-06-05 05:59:49 +00:00
activity = "1.9.0"
2024-06-05 05:36:41 +00:00
constraintlayout = "2.1.4"
2024-06-05 05:59:49 +00:00
nav = "2.7.7"
2024-06-28 03:17:58 +00:00
swiperefreshlayout = "1.1.0"
2024-06-22 06:36:46 +00:00
retrofit = "2.11.0"
2024-06-28 03:50:44 +00:00
room = "2.6.1"
2024-06-05 05:36:41 +00:00
[libraries]
2024-06-22 06:38:22 +00:00
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
2024-06-12 05:10:44 +00:00
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
2024-06-05 05:36:41 +00:00
junit = { group = "junit", name = "junit", version.ref = "junit" }
2024-06-28 03:50:44 +00:00
javafaker = { module = "com.github.javafaker:javafaker", version.ref = "javafaker" }
2024-06-05 05:36:41 +00:00
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" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
2024-06-05 05:59:49 +00:00
com-google-dagger-hilt-android = { group="com.google.dagger", name="hilt-android", version="2.44" }
com-google-dagger-hilt-compiler = { group="com.google.dagger", name="hilt-compiler", version="2.44" }
navigation-fragment = { group="androidx.navigation", name="navigation-fragment", version.ref="nav"}
navigation-ui = { group="androidx.navigation", name="navigation-ui", version.ref="nav"}
navigation-dynamic-features-fragment = { group="androidx.navigation", name="navigation-dynamic-features-fragment", version.ref="nav"}
2024-06-22 06:36:46 +00:00
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
2024-06-05 05:59:49 +00:00
2024-06-22 15:50:46 +00:00
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
2024-06-28 03:17:58 +00:00
androidx-swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swiperefreshlayout" }
2024-06-22 15:35:59 +00:00
2024-06-05 05:36:41 +00:00
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
2024-06-05 05:50:18 +00:00
androidLibrary = { id = "com.android.library", version.ref = "agp" }
2024-06-05 05:36:41 +00:00