chore(deps): Bump com.android libs and set dependabot group (#3199)

Just more dependabot tuning
This commit is contained in:
Jamil
2024-01-12 13:06:57 -08:00
committed by GitHub
parent f4efa51f10
commit ff992ab8e5
2 changed files with 5 additions and 1 deletions

View File

@@ -43,6 +43,10 @@ updates:
directory: kotlin/android/
schedule:
interval: monthly
groups:
com.android:
patters:
- com.android.*
ignore:
# Depends on JDK version which is bundled with Android Studio (JDK 17)
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin

View File

@@ -14,7 +14,7 @@ buildscript {
plugins {
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
id("com.android.application") version "8.2.0" apply false
id("com.android.application") version "8.2.1" apply false
id("com.google.firebase.appdistribution") version "4.0.1" apply false
id("com.google.dagger.hilt.android") version "2.50" apply false
id("com.google.gms.google-services") version "4.4.0" apply false