Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Google services dependencies removed from plugin, user need to add ma…
Browse files Browse the repository at this point in the history
…nually if they want to use Push. (#82)
  • Loading branch information
ijunaid authored Dec 21, 2020
1 parent df6cd5a commit 5c895aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
<param name="android-package" value="ly.count.android.sdk.CountlyCordova" />
<param name="onload" value="true" />
</feature>
<preference name="GradlePluginGoogleServicesEnabled" value="true" />
<preference name="GradlePluginGoogleServicesVersion" value="4.2.0" />
</config-file>

<config-file target="AndroidManifest.xml" parent="/manifest">
Expand Down Expand Up @@ -110,7 +108,6 @@
<uses-permission android:name="${applicationId}.CountlyPush.BROADCAST_PERMISSION" />
<permission android:name="${applicationId}.CountlyPush.BROADCAST_PERMISSION" android:protectionLevel="signature" />
</config-file>
<dependency id="cordova-support-google-services" version="~1.4.0"/>
<!-- if any version higher than 18.0.0 is used then it forces AndroidX -->
<framework src="com.google.firebase:firebase-messaging:18.0.0" />
<source-file src="src/android/CountlyMessagingService.java" target-dir="src/ly/count/android/sdk"/>
Expand Down

0 comments on commit 5c895aa

Please sign in to comment.