@@ -3,6 +3,8 @@ elimuModel = "model-2.0.89"
33elimuAnalytics = " 3.1.30"
44elimuContentProvider = " 1.2.38"
55elimuCommonUtils = " 1.0.8"
6+ gradle = " 8.9.1"
7+ jacocoAndroid = " 0.2.1"
68junit = " 4.13.2"
79shineButton = " 1.0.0"
810easingInterpolator = " v1.3.2"
@@ -13,14 +15,16 @@ appCompat = "1.4.1"
1315androidXJunit = " 1.1.3"
1416androidXEspresso = " 3.6.1"
1517kotlin = " 2.1.20"
16- coreKtx = " 1.15 .0"
18+ coreKtx = " 1.16 .0"
1719
1820[libraries ]
1921elimu-model = { group = " com.github.elimu-ai" , name = " model" , version.ref = " elimuModel" }
2022elimu-analytics = { group = " com.github.elimu-ai" , name = " analytics" , version.ref = " elimuAnalytics" }
2123elimu-content-provider = { group = " com.github.elimu-ai" , name = " content-provider" , version.ref = " elimuContentProvider" }
2224elimu-common-utils = { group = " com.github.elimu-ai" , name = " common-utils" , version.ref = " elimuCommonUtils" }
2325easing-interpolator = { group = " com.github.MasayukiSuda" , name = " EasingInterpolator" , version.ref = " easingInterpolator" }
26+ gradle = { module = " com.android.tools.build:gradle" , version.ref = " gradle" }
27+ jacoco-android = { module = " com.mxalbert.gradle:jacoco-android" , version.ref = " jacocoAndroid" }
2428shine-button = { group = " com.sackcentury" , name = " shinebutton" , version.ref = " shineButton" }
2529androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appCompat" }
2630androidx-constraint-layout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version.ref = " constraintLayout" }
0 commit comments