Skip to content

Commit

Permalink
update default version bom
Browse files Browse the repository at this point in the history
  • Loading branch information
oranedir committed May 11, 2022
1 parent 71428da commit a33acbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/FCMPlugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repositories {
dependencies {
// Load system enviroment defined values, or, if unavailable, plugin defaults
def ANDROID_FCM_VERSION = System.getenv('ANDROID_FCM_VERSION') ?: '21.0.0'
def ANDROID_FIREBASE_BOM_VERSION = System.getenv('ANDROID_FIREBASE_BOM_VERSION') ?: '26.0.0'
def ANDROID_FIREBASE_BOM_VERSION = System.getenv('ANDROID_FIREBASE_BOM_VERSION') ?: '29.0.4'
try {
// Load configuration from install variables (package.json) two directories above
def PLUGIN_CONFIG = new groovy.json.JsonSlurper().parseText(file("${projectDir}/../../package.json").text).cordova.plugins['penbase-cordova-plugin-fcm-with-dependecy-updated']
Expand Down

0 comments on commit a33acbb

Please sign in to comment.