Skip to content

Commit

Permalink
dependency: Updated androidxTestKotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
HeCodes2Much committed Apr 28, 2024
1 parent 6bc56dc commit 17492ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ android {
}

dependencies {
val androidxTestKotlin = "1.6.5"
val androidxTestKotlin = "1.6.6"
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.core:core-ktx:1.13.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.recyclerview:recyclerview:1.3.2")

Expand Down

0 comments on commit 17492ec

Please sign in to comment.