Skip to content

Commit a8e6257

Browse files
committed
chore(deps): analytics 3.2.0
Remove dependencies that are already included in the Analytics library. https://github.com/elimu-ai/analytics/releases/tag/3.2.0
1 parent df17a65 commit a8e6257

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

app/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId "ai.elimu.kukariri"
2121
minSdkVersion 26
2222
targetSdkVersion 35
23-
versionCode 1000009
24-
versionName "1.0.9-SNAPSHOT"
23+
versionCode 1001000
24+
versionName "1.1.0-SNAPSHOT"
2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2626
}
2727

@@ -59,7 +59,6 @@ android {
5959
dependencies {
6060
implementation fileTree(dir: 'libs', include: ['*.jar'])
6161

62-
implementation libs.elimu.model // https://jitpack.io/#ai.elimu/model
6362
implementation libs.elimu.content.provider // https://jitpack.io/#ai.elimu/content-provider
6463
implementation libs.elimu.analytics // https://jitpack.io/#ai.elimu/analytics
6564
implementation libs.elimu.common.utils // https://jitpack.io/#ai.elimu/common-utils
@@ -72,7 +71,6 @@ dependencies {
7271
}
7372
implementation libs.easing.interpolator
7473
implementation libs.kotlin.stdlib
75-
implementation libs.androidx.core.ktx
7674
implementation libs.hilt.android
7775
kapt libs.hilt.compiler
7876

gradle/libs.versions.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[versions]
2-
elimuModel = "model-2.0.103"
3-
elimuAnalytics = "3.1.33"
2+
elimuAnalytics = "3.2.0"
43
elimuContentProvider = "1.2.42"
54
elimuCommonUtils = "1.0.12"
65
gradle = "8.8.1"
@@ -15,10 +14,8 @@ appCompat = "1.7.0"
1514
androidXJunit = "1.2.1"
1615
androidXEspresso = "3.6.1"
1716
kotlin = "2.1.20"
18-
coreKtx = "1.16.0"
1917

2018
[libraries]
21-
elimu-model = { group = "ai.elimu", name = "model", version.ref = "elimuModel" }
2219
elimu-analytics = { group = "ai.elimu", name = "analytics", version.ref = "elimuAnalytics" }
2320
elimu-content-provider = { group = "ai.elimu", name = "content-provider", version.ref = "elimuContentProvider" }
2421
elimu-common-utils = { group = "ai.elimu", name = "common-utils", version.ref = "elimuCommonUtils" }
@@ -36,7 +33,6 @@ androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "a
3633
androidx-espresso = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidXEspresso" }
3734

3835
junit = { group = "junit", name = "junit", version.ref = "junit" }
39-
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
4036
kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin"}
4137

4238
[plugins]

0 commit comments

Comments
 (0)