Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
psabater committed Jul 2, 2020
2 parents 9fbf81e + 0b0fc5c commit 5ca0ec6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-sightcall",
"version": "4.0.1",
"version": "4.0.2",
"description": "Cordova SightCall Plugin",
"cordova": {
"id": "cordova-plugin-sightcall",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-sightcall" version="4.0.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-sightcall" version="4.0.2">
<name>SightCall</name>
<description>Cordova SightCall Plugin</description>
<license>MIT</license>
Expand Down
5 changes: 3 additions & 2 deletions src/android/build-extras.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.google.gms:google-services:4.0.1'
classpath 'com.google.gms:google-services:4.3.3'
}
}

Expand Down Expand Up @@ -35,7 +36,7 @@ cdvPluginPostBuildExtras.push({
}
}
if (!hasGoogleServicesPlugin) {
apply plugin: com.google.gms.googleservices.GoogleServicesPlugin
apply plugin: 'com.google.gms.google-services'
}
}
})

0 comments on commit 5ca0ec6

Please sign in to comment.