Skip to content

Commit

Permalink
Merge pull request #93 from pedroscotton/master
Browse files Browse the repository at this point in the history
Update dependencies Fabric
  • Loading branch information
dpa99c authored Aug 16, 2019
2 parents 149f484 + 6e8fecd commit a94af90
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 a94af90

Please sign in to comment.