diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5c311319..76b19675f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/kotlin/android/build.gradle.kts b/kotlin/android/build.gradle.kts index 77580c0e4..08d71af36 100644 --- a/kotlin/android/build.gradle.kts +++ b/kotlin/android/build.gradle.kts @@ -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