diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 797a0703..8cbf5aa3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,10 @@ updates: schedule: interval: daily target-branch: main + open-pull-requests-limit: 20 - package-ecosystem: gradle directory: "/" schedule: interval: daily target-branch: main + open-pull-requests-limit: 20 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bb959ad1..a66b3215 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -93,7 +93,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.google.android.material:material:1.13.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1") - implementation("androidx.core:core-ktx:1.17.0") + implementation("androidx.core:core-ktx:1.19.0") val cameraVersion = "1.6.0-alpha01" implementation("androidx.camera:camera-core:$cameraVersion")