Skip to content

Commit

Permalink
Updated Facebook Unity Mediation Plugin for release version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajplagonera committed Jul 20, 2018
1 parent 20d1da2 commit 7c7e357
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions mediation/Facebook/CHANGELOG.md
@@ -1,5 +1,9 @@
# Facebook Adapter plugin for Google Mobile Ads SDK for Unity 3D Changelog

## 1.1.3
- Supports Facebook Android adapter version 4.28.2.1.
- Supports Facebook iOS adapter version 4.28.1.2.

## 1.1.2
- Fixed a potential conflict with the Unity Ads Unity mediation plugin.

Expand Down
2 changes: 1 addition & 1 deletion mediation/Facebook/build.gradle
Expand Up @@ -23,7 +23,7 @@ project.ext {
'UNITY_EXE environment variable and point it to your Unity installation.')
}

versionString = '1.1.2'
versionString = '1.1.3'
pluginName = 'GoogleMobileAdsFacebookMediation'
pluginFileName = "${pluginName}.unitypackage"
zipName = "${pluginName}-${versionString}"
Expand Down
@@ -1,6 +1,6 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.google.ads.mediation:facebook:4.28.2.0">
<androidPackage spec="com.google.ads.mediation:facebook:4.28.2.1">
<repositories>
<repository>https://jcenter.bintray.com/</repository>
</repositories>
Expand All @@ -13,7 +13,7 @@
</androidPackages>

<iosPods>
<iosPod name="GoogleMobileAdsMediationFacebook" version="4.28.1.1">
<iosPod name="GoogleMobileAdsMediationFacebook" version="4.28.1.2">
<sources>
<source>https://github.com/CocoaPods/Specs</source>
</sources>
Expand Down

1 comment on commit 7c7e357

@onniep13
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm trying to learn, does this commit follow Facebook logging from a mobile device to GCloud

Please sign in to comment.