mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(deps): Bump com.android libs and set dependabot group (#3199)
Just more dependabot tuning
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user