Skip to content

Commit

Permalink
Merge pull request #105 from lhns/dependabot/gradle/androidx.core-cor…
Browse files Browse the repository at this point in the history
…e-ktx-1.9.0

Bump core-ktx from 1.6.0 to 1.9.0
  • Loading branch information
lhns committed Mar 7, 2023
2 parents fc84118 + 9b717ad commit 48d7ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -66,7 +66,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3"
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down

0 comments on commit 48d7ca6

Please sign in to comment.