-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 3.7.0 of the Google Mobile Ads Unity plugin
- Loading branch information
Showing
14 changed files
with
56 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Mon Feb 13 16:09:10 GMT 2017 | ||
#Wed Jul 12 16:58:21 PDT 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.1-bin.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,8 @@ buildscript { | |
allprojects { | ||
repositories { | ||
jcenter() | ||
maven { | ||
url 'https://maven.google.com' | ||
} | ||
} | ||
} |
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
source/android-library/gradle/wrapper/gradle-wrapper.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Mon Feb 13 16:09:10 GMT 2017 | ||
#Wed Jul 12 16:58:21 PDT 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.1-bin.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 0 additions & 81 deletions
81
source/plugin/Assets/GoogleMobileAds/Editor/AdMobDependencies.cs
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
source/plugin/Assets/GoogleMobileAds/Editor/AdMobDependencies.cs.meta
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
source/plugin/Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<dependencies> | ||
<androidPackages> | ||
<androidPackage spec="com.google.android.gms:play-services-ads:11.2.2"> | ||
<repositories> | ||
<repository>https://maven.google.com</repository> | ||
</repositories> | ||
</androidPackage> | ||
</androidPackages> | ||
|
||
<iosPods> | ||
<iosPod name="Google-Mobile-Ads-SDK" version="~> 7.0"> | ||
<sources> | ||
<source>https://github.com/CocoaPods/Specs</source> | ||
</sources> | ||
</iosPod> | ||
</iosPods> | ||
</dependencies> | ||
|
8 changes: 8 additions & 0 deletions
8
source/plugin/Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.