|
| 1 | +[versions] |
| 2 | +elimuModel = "model-2.0.83" |
| 3 | +elimuAnalytics = "3.1.27" |
| 4 | +commonsIo = "2.17.0" |
| 5 | +material = "1.5.0" |
| 6 | +retrofit = "2.11.0" |
| 7 | +junit = "4.13.2" |
| 8 | + |
| 9 | +legacySupportV4 = "1.0.0" |
| 10 | +constraintLayout = "2.1.3" |
| 11 | +appCompat = "1.4.1" |
| 12 | +navigation = "2.4.2" |
| 13 | +lifecycleExtensions = "2.2.0" |
| 14 | +room = "2.4.2" |
| 15 | +androidXJunit = "1.1.3" |
| 16 | +androidXEspresso = "3.4.0" |
| 17 | + |
| 18 | +[libraries] |
| 19 | +elimu-model = { group = "com.github.elimu-ai", name = "model", version.ref = "elimuModel" } |
| 20 | +elimu-analytics = { group = "com.github.elimu-ai", name = "analytics", version.ref = "elimuAnalytics" } |
| 21 | +commons-io = { group = "commons-io", name = "commons-io", version.ref = "commonsIo" } |
| 22 | +material = { group = "com.google.android.material", name = "material", version.ref = "material" } |
| 23 | +androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appCompat" } |
| 24 | +androidx-legacy-supportv4 = { group = "androidx.legacy", name = "legacy-support-v4", version.ref = "legacySupportV4" } |
| 25 | +androidx-constraint-layout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintLayout" } |
| 26 | +androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigation" } |
| 27 | +androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigation" } |
| 28 | +androidx-lifecycle-extensions = { group = "androidx.lifecycle", name = "lifecycle-extensions", version.ref = "lifecycleExtensions" } |
| 29 | +androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" } |
| 30 | +androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" } |
| 31 | +androidx-room-testing = { group = "androidx.room", name = "room-testing", version.ref = "room" } |
| 32 | +androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidXJunit" } |
| 33 | +androidx-espresso = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidXEspresso" } |
| 34 | + |
| 35 | +retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" } |
| 36 | +retrofit-gson = { group = "com.squareup.retrofit2", name = "converter-gson", version.ref = "retrofit" } |
| 37 | +junit = { group = "junit", name = "junit", version.ref = "junit" } |
| 38 | + |
| 39 | +[plugins] |
0 commit comments