mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(android): Bump kotlin-android and firebase-bom (#7950)
The new firebase-bom is incompatible with older kotlin android buildscript plugin versions. Supersedes #7928 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -215,7 +215,7 @@ dependencies {
|
||||
androidTestImplementation("androidx.fragment:fragment-testing:1.8.5")
|
||||
|
||||
// Import the BoM for the Firebase platform
|
||||
implementation(platform("com.google.firebase:firebase-bom:33.7.0"))
|
||||
implementation(platform("com.google.firebase:firebase-bom:33.8.0"))
|
||||
|
||||
// Add the dependencies for the Crashlytics and Analytics libraries
|
||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
||||
|
||||
@@ -14,7 +14,7 @@ buildscript {
|
||||
|
||||
plugins {
|
||||
id("org.mozilla.rust-android-gradle.rust-android") version "0.9.5" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
||||
id("com.android.application") version "8.8.0" apply false
|
||||
id("com.google.firebase.appdistribution") version "5.1.0" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.55" apply false
|
||||
|
||||
Reference in New Issue
Block a user