Skip to content

Commit

Permalink
Update dependencies Fabric .`.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Scotton authored and Pedro Scotton committed Aug 15, 2019
1 parent cb68163 commit 6e8fecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/android/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function addDependencies(buildGradle) {

// modify the line to add the necessary dependencies
var googlePlayDependency = whitespace + 'classpath \'com.google.gms:google-services:4.2.0\' // google-services dependency from cordova-plugin-firebase';
var fabricDependency = whitespace + 'classpath \'io.fabric.tools:gradle:1.25.4\' // fabric dependency from cordova-plugin-firebase'
var fabricDependency = whitespace + 'classpath \'io.fabric.tools:gradle:1.31.0\' // fabric dependency from cordova-plugin-firebase'
var modifiedLine = match[0] + '\n' + googlePlayDependency + '\n' + fabricDependency;

// modify the actual line
Expand Down

0 comments on commit 6e8fecd

Please sign in to comment.