Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/gradle/com.android.library-8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeCodeCat authored Oct 7, 2024
2 parents 80853da + f706ce7 commit 3d754b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ android {
}

dependencies {
val androidxTestKotlin = "1.7.2"
val androidxTestKotlin = "1.7.3"
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.appcompat:appcompat:1.7.0")
Expand Down Expand Up @@ -112,7 +112,7 @@ dependencies {
implementation("com.github.SmartToolFactory:Compose-Colorful-Sliders:1.2.0")
// Animations
implementation("androidx.compose.animation:animation:$androidxTestKotlin")
implementation("androidx.navigation:navigation-ui-ktx:2.8.1")
implementation("androidx.navigation:navigation-ui-ktx:2.8.2")

// AndroidX
implementation("androidx.compose.ui:ui:$androidxTestKotlin")
Expand All @@ -139,7 +139,7 @@ dependencies {
// Needed for createComposeRule, but not createAndroidComposeRule:
debugImplementation("androidx.compose.ui:ui-test-manifest:$androidxTestKotlin")
androidTestImplementation("androidx.navigation:navigation-testing:2.8.1")
debugImplementation("androidx.fragment:fragment-testing:1.8.3")
debugImplementation("androidx.fragment:fragment-testing:1.8.4")
implementation("androidx.test:core-ktx:1.6.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation("androidx.test:runner:1.6.2")
Expand Down

0 comments on commit 3d754b8

Please sign in to comment.