Skip to content

Commit 25221fb

Browse files
authored
chore(analytics): Update junit ktx dependency (#2859)
1 parent b3c79fb commit 25221fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

aws-pinpoint-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation(libs.androidx.appcompat)
3131
implementation(libs.aws.pinpoint)
3232
implementation(libs.kotlin.serializationJson)
33-
implementation("androidx.test.ext:junit-ktx:1.1.5")
33+
implementation(libs.androidx.junit.ktx)
3434

3535
testImplementation(libs.test.junit)
3636
testImplementation(libs.test.mockk)

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ gson = "2.8.9"
2727
json = "20210307"
2828
jsonassert = "1.5.0"
2929
junit = "4.13.2"
30+
junit-ktx = "1.2.0"
3031
kotest = "5.9.0"
3132
kotlin = "1.9.10"
3233
kotlin-serialization = "1.6.0"
@@ -56,6 +57,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref="and
5657
androidx-browser = { module = "androidx.browser:browser", version.ref = "androidx-browser" }
5758
androidx-core = { module = "androidx.core:core", version.ref = "androidx-core" }
5859
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
60+
androidx-junit-ktx = { module = "androidx.test.ext:junit-ktx", version.ref = "junit-ktx" }
5961
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "androidx-lifecycle" }
6062
androidx-nav-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigation" }
6163
androidx-nav-ui = { module = "androidx.navigation:navigation-ui", version.ref = "navigation" }

0 commit comments

Comments
 (0)