Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify audience-network-sdk:4.28.2 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-facebook-audnet-sdk"
version="4.26.2">
version="4.28.2">

<name>Facebook AudienceNetwork SDK for Cordova</name>
<description>Add Facebook SDK to Cordova porject, as dependency for other plugins</description>
Expand All @@ -20,13 +20,13 @@

<platform name="android">
<framework src="fb-adsdk.gradle" custom="true" type="gradleReference" />
<framework src="com.facebook.android:audience-network-sdk:4.+"/>
<framework src="com.facebook.android:audience-network-sdk:4.28.2"/>
<framework src="com.google.android.gms:play-services-ads:+"/>
</platform>

<platform name="amazon-fireos">
<framework src="fb-adsdk.gradle" custom="true" type="gradleReference" />
<framework src="com.facebook.android:audience-network-sdk:4.+"/>
<framework src="com.facebook.android:audience-network-sdk:4.28.2"/>
<framework src="com.google.android.gms:play-services-ads:+"/>
</platform>

Expand Down