diff --git a/plugin.xml b/plugin.xml index 3d6ccae6f..f122d6dfe 100644 --- a/plugin.xml +++ b/plugin.xml @@ -17,35 +17,27 @@ specific language governing permissions and limitations under the License. --> - - FCMPlugin - Cordova FCM Plugin - Apache 2.0 - cordova, fcm, push, plugin - - - Cordova FCM plugin v2.1.2 installed - For more details visit https://github.com/fechanique/cordova-plugin-fcm - - - - - - - - - - - - + + FCMPlugin + Cordova FCM Plugin + Apache 2.0 + cordova, fcm, push, plugin + Cordova FCM plugin v2.1.2 installed For more details visit https://github.com/fechanique/cordova-plugin-fcm + + + + + + + + - - + + - + @@ -59,50 +51,40 @@ - - - - + + + + - - - - - - + + + - - - - - - - - - - + + + + + + + + - development + development production - - - - - + + - - @@ -113,7 +95,6 @@ - @@ -121,10 +102,8 @@ - - + - - + \ No newline at end of file diff --git a/src/android/FCMPlugin.gradle b/src/android/FCMPlugin.gradle deleted file mode 100644 index 4ab3a0990..000000000 --- a/src/android/FCMPlugin.gradle +++ /dev/null @@ -1,13 +0,0 @@ -buildscript { - repositories { - jcenter() - mavenLocal() - } - dependencies { - classpath 'com.android.tools.build:gradle:+' - classpath 'com.google.gms:google-services:3.0.0' - } -} -// apply plugin: 'com.google.gms.google-services' -// class must be used instead of id(string) to be able to apply plugin from non-root gradle file -apply plugin: com.google.gms.googleservices.GoogleServicesPlugin \ No newline at end of file