Skip to content

Commit

Permalink
Merge pull request #22 from devscast/dependabot/gradle/androidx.core-…
Browse files Browse the repository at this point in the history
…core-ktx-1.13.0
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
2 parents 58e8f3a + a9faca8 commit a7b4a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {

dependencies {
implementation(project(":validable"))
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.core:core-ktx:1.13.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.11.0")

Expand Down
2 changes: 1 addition & 1 deletion validable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}

dependencies {
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.core:core-ktx:1.13.0")
implementation(platform("androidx.compose:compose-bom:2024.04.00"))
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.compose.ui:ui")
Expand Down

0 comments on commit a7b4a23

Please sign in to comment.