Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dependency androidx.core:core-ktx to v1.17.0
  • Loading branch information
renovate[bot] authored Aug 13, 2025
commit 6b7d12e8c1066c2e1ab12d44245a2b2ac9f0894c
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.google.android.material:material:1.4.0'

implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.core:core-ktx:1.17.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.activity:activity-compose:1.3.0-alpha02'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0'
Expand Down
Loading