Skip to content

Commit

Permalink
Version 3.6.1 of the Google Mobile Ads Unity plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rampara committed Jul 25, 2017
1 parent ae78dae commit 81aeed0
Show file tree
Hide file tree
Showing 14 changed files with 255 additions and 50 deletions.
2 changes: 1 addition & 1 deletion source/plugin/Assets/GoogleMobileAds/Api/AdRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api
{
public class AdRequest
{
public const string Version = "3.6.0";
public const string Version = "3.6.1";
public const string TestDeviceSimulator = "SIMULATOR";

private AdRequest(Builder builder)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ static void SetupDeps() {
namedArgs: new Dictionary<string, object>() {
{"packageIds", new string[] {
"extra-google-m2repository",
"extra-android-m2repository"} }
"extra-android-m2repository"} },
{"repositories", null }
});
#elif UNITY_IOS
Type iosResolver = Google.VersionHandler.FindClass(
Expand Down
25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADUAdLoader.m.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADUBanner.h.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADUBanner.m.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADUInterface.m.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADUInterstitial.m.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADUNativeExpressAd.h.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADUNativeExpressAd.m.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADUPluginUtil.h.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADUPluginUtil.m.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions source/plugin/Assets/Plugins/iOS/GADURewardBasedVideoAd.h.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 81aeed0

Please sign in to comment.