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:
Mike Hardy
2020-02-16 12:44:13 -05:00
committed by GitHub
parent b75cca2423
commit fb763ebde2
17 changed files with 21 additions and 21 deletions

View File

@@ -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",
],
],
])