mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 20:25:41 +08:00
fix(android,build): use correct plugin & BoM versions
* fix: bump invertase gradle plugin to 1.4 * fix: harmonize android dependencies on BoM 24.1.0
This commit is contained in:
@@ -15,7 +15,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "io.invertase.gradle.build" version "1.3"
|
||||
id "io.invertase.gradle.build" version "1.4"
|
||||
}
|
||||
|
||||
project.ext {
|
||||
@@ -31,7 +31,7 @@ project.ext {
|
||||
],
|
||||
|
||||
firebase : [
|
||||
bom : "21.1.0",
|
||||
bom : "24.1.0",
|
||||
],
|
||||
],
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user