Skip to content

Commit edb2aee

Browse files
cleanup version catalog (#1075)
1 parent 0d2d227 commit edb2aee

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,30 @@ gradle = "8.14.3"
33

44
kotlin = "2.2.0"
55

6-
android-gradle = "8.9.2"
6+
android-gradle = "8.11.1"
77

88
gradle-plugin-publish = "1.3.1"
99

10-
retrofit = "3.0.0"
11-
12-
truth = "1.4.4"
1310
junit-platform = "1.13.3"
1411

1512
[libraries]
1613
okhttp = "com.squareup.okhttp3:okhttp:5.1.0"
1714
dokka = "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
18-
android-plugin = "com.android.tools.build:gradle:8.11.1"
15+
android-plugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle" }
1916
maven-publish-plugin = "com.vanniktech:gradle-maven-publish-plugin:0.33.0"
2017

2118
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
2219
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
2320
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
2421
kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
2522

26-
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
23+
retrofit = "com.squareup.retrofit2:retrofit:3.0.0"
2724

2825
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.13.3"
2926
junit-engine = { module = "org.junit.platform:junit-platform-engine", version.ref = "junit-platform" }
3027
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" }
3128
testParameterInjector = "com.google.testparameterinjector:test-parameter-injector-junit5:1.18"
32-
truth = { module = "com.google.truth:truth", version.ref = "truth" }
33-
truth-java8 = { module = "com.google.truth.extensions:truth-java8-extension", version.ref = "truth" }
29+
truth = "com.google.truth:truth:1.4.4"
3430
truth-testKit = "com.autonomousapps:testkit-truth:1.1"
3531
maven-model = "org.apache.maven:maven-model:3.9.10"
3632

plugin/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ dependencies {
128128
testImplementation(libs.junit.launcher)
129129
testImplementation(libs.testParameterInjector)
130130
testImplementation(libs.truth)
131-
testImplementation(libs.truth.java8)
132131
testImplementation(libs.truth.testKit)
133132
testImplementation(libs.maven.model)
134133

0 commit comments

Comments
 (0)