Skip to content

Commit 0c5896a

Browse files
authored
Merge pull request #92 from elimu-ai/dependabot/gradle/androidx.core-core-ktx-1.16.0
chore(deps): bump androidx.core:core-ktx from 1.15.0 to 1.16.0
2 parents b1a66ca + 38be1e6 commit 0c5896a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ buildscript {
88
}
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.9.1'
12-
classpath 'com.mxalbert.gradle:jacoco-android:0.2.1'
11+
classpath libs.gradle
12+
classpath libs.jacoco.android
1313
classpath libs.kotlin.gradle.plugin
1414
classpath libs.hilt.gradle.plugin
1515

gradle/libs.versions.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ elimuModel = "model-2.0.89"
33
elimuAnalytics = "3.1.30"
44
elimuContentProvider = "1.2.38"
55
elimuCommonUtils = "1.0.8"
6+
gradle = "8.9.1"
7+
jacocoAndroid = "0.2.1"
68
junit = "4.13.2"
79
shineButton = "1.0.0"
810
easingInterpolator = "v1.3.2"
@@ -13,14 +15,16 @@ appCompat = "1.4.1"
1315
androidXJunit = "1.1.3"
1416
androidXEspresso = "3.6.1"
1517
kotlin = "2.1.20"
16-
coreKtx = "1.15.0"
18+
coreKtx = "1.16.0"
1719

1820
[libraries]
1921
elimu-model = { group = "com.github.elimu-ai", name = "model", version.ref = "elimuModel" }
2022
elimu-analytics = { group = "com.github.elimu-ai", name = "analytics", version.ref = "elimuAnalytics" }
2123
elimu-content-provider = { group = "com.github.elimu-ai", name = "content-provider", version.ref = "elimuContentProvider" }
2224
elimu-common-utils = { group = "com.github.elimu-ai", name = "common-utils", version.ref = "elimuCommonUtils" }
2325
easing-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" }
2428
shine-button = { group = "com.sackcentury", name = "shinebutton", version.ref = "shineButton" }
2529
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appCompat" }
2630
androidx-constraint-layout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintLayout" }

0 commit comments

Comments
 (0)