Skip to content

Commit

Permalink
Merge pull request #86 from subroh0508/renovate/androidx.core
Browse files Browse the repository at this point in the history
Update dependency androidx.core:core-ktx to v1.15.0
  • Loading branch information
subroh0508 authored Nov 16, 2024
2 parents 43b325e + f8ae812 commit 1299ff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ decompose = "1.0.0"

koin = "4.0.0"

androidx-core = "1.13.1"
androidx-core = "1.15.0"
androidx-annotation = "1.9.1"
androidx-activity = "1.9.3"
material = "1.12.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ object Android {
const val versionName = "0.0.1"

object Versions {
const val compileSdk = 34
const val compileSdk = 35
const val minSdk = 23
const val targetSdk = 34
const val targetSdk = 35
}
}

0 comments on commit 1299ff9

Please sign in to comment.