Skip to content

Commit

Permalink
Merge pull request #211 from compscidr/renovate/androidx.core-core-kt…
Browse files Browse the repository at this point in the history
…x-1.x

Update dependency androidx.core:core-ktx to v1.13.0
  • Loading branch information
compscidr committed Apr 18, 2024
2 parents 32d8085 + cfc271b commit a6e1b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -19,7 +19,7 @@ android {
defaultConfig {
testInstrumentationRunnerArguments runnerBuilder: 'de.mannodermaus.junit5.AndroidJUnit5Builder'
applicationId "com.example.myapplication"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down Expand Up @@ -115,7 +115,7 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.core:core-ktx:1.12.0"
implementation "androidx.core:core-ktx:1.13.0"
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.test:core-ktx:1.5.0"
implementation "com.google.dagger:hilt-android:${hilt_version}"
Expand Down

0 comments on commit a6e1b6c

Please sign in to comment.