Skip to content

Commit

Permalink
Upgraded dependencies slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehtissot committed Mar 16, 2020
1 parent 354f9cd commit 4ed0bb0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.google.gms:google-services:4.2.0'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.google.gms:google-services:4.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -23,9 +23,9 @@ allprojects {

ext {
FCM_CORE_VERSION = System.getenv("FCM_CORE_VERSION") ?: "16.0.9"
FCM_VERSION = System.getenv("FCM_VERSION") ?: "18.0.0"
GRADLE_TOOLS_VERSION = '3.4.1'
GOOGLE_SERVICES_VERSION = '4.1.0'
FCM_VERSION = System.getenv("FCM_VERSION") ?: "19.0.0"
GRADLE_TOOLS_VERSION = '3.5.3'
GOOGLE_SERVICES_VERSION = '4.3.3'
supportLibraryVersion = '28.0.0'
}

Expand Down
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 = "4.2.0"
spec.version = "4.3.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": "4.2.0",
"version": "4.3.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
8 changes: 4 additions & 4 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="4.2.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-fcm-with-dependecy-updated" version="4.3.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 @@ -35,9 +35,9 @@
<!-- ANDROID CONFIGURATION -->
<platform name="android">
<preference name="FCM_CORE_VERSION" default="16.0.9" />
<preference name="FCM_VERSION" default="18.0.0" />
<preference name="GRADLE_TOOLS_VERSION" default="3.5.0" />
<preference name="GOOGLE_SERVICES_VERSION" default="4.2.0" />
<preference name="FCM_VERSION" default="19.0.0" />
<preference name="GRADLE_TOOLS_VERSION" default="3.5.3" />
<preference name="GOOGLE_SERVICES_VERSION" default="4.3.3" />
<preference name="ANDROID_DEFAULT_NOTIFICATION_ICON" default="@mipmap/ic_launcher" />

<config-file target="AndroidManifest.xml" parent="/manifest/application">
Expand Down

0 comments on commit 4ed0bb0

Please sign in to comment.