Skip to content

Commit 38be1e6

Browse files
committed
refactor: gradle to library catalog
1 parent 668ec6e commit 38be1e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.9.1'
11+
classpath libs.gradle
1212
classpath libs.jacoco.android
1313
classpath libs.kotlin.gradle.plugin
1414
classpath libs.hilt.gradle.plugin

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ 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"
67
jacocoAndroid = "0.2.1"
78
junit = "4.13.2"
89
shineButton = "1.0.0"
@@ -22,6 +23,7 @@ elimu-analytics = { group = "com.github.elimu-ai", name = "analytics", version.r
2223
elimu-content-provider = { group = "com.github.elimu-ai", name = "content-provider", version.ref = "elimuContentProvider" }
2324
elimu-common-utils = { group = "com.github.elimu-ai", name = "common-utils", version.ref = "elimuCommonUtils" }
2425
easing-interpolator = { group = "com.github.MasayukiSuda", name = "EasingInterpolator", version.ref = "easingInterpolator" }
26+
gradle = { module = "com.android.tools.build:gradle", version.ref = "gradle" }
2527
jacoco-android = { module = "com.mxalbert.gradle:jacoco-android", version.ref = "jacocoAndroid" }
2628
shine-button = { group = "com.sackcentury", name = "shinebutton", version.ref = "shineButton" }
2729
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appCompat" }

0 commit comments

Comments
 (0)