Skip to content

Commit

Permalink
Set higher defaulf versions for GRADLE_TOOLS_VERSION and GOOGLE_SERVI…
Browse files Browse the repository at this point in the history
…CES_VERSION
  • Loading branch information
andrehtissot committed Sep 14, 2019
1 parent 6262796 commit 8401fb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cordova-plugin-fcm-with-dependecy-updated.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "cordova-plugin-fcm-with-dependecy-updated"
spec.version = "3.0.0"
spec.version = "3.1.0"
spec.summary = "Google FCM Push Notifications Cordova Plugin"

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.1.0",
"name": "cordova-plugin-fcm-with-dependecy-updated",
"cordova_name": "Cordova FCM Push Plugin",
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-fcm-with-dependecy-updated" version="3.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-fcm-with-dependecy-updated" version="3.1.0">
<name>Cordova FCM Push Plugin</name>
<description>Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated</description>
<license>MIT</license>
Expand All @@ -36,8 +36,8 @@

<preference name="FCM_CORE_VERSION" default="16.0.9" />
<preference name="FCM_VERSION" default="18.0.0" />
<preference name="GRADLE_TOOLS_VERSION" default="2.3.+" />
<preference name="GOOGLE_SERVICES_VERSION" default="3.0.0" />
<preference name="GRADLE_TOOLS_VERSION" default="3.5.0" />
<preference name="GOOGLE_SERVICES_VERSION" default="4.2.0" />

<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity android:exported="true" android:name="com.gae.scaffolder.plugin.FCMPluginActivity" android:launchMode="singleTop">
Expand Down

0 comments on commit 8401fb8

Please sign in to comment.