-
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.
OpenUPM release CL for version 9.2.1.
PiperOrigin-RevId: 682375546
- Loading branch information
1 parent
df2b19b
commit 4fc0da2
Showing
15 changed files
with
103 additions
and
0 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
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 modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.Android.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.Common.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.Core.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.Ump.Android.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.Ump.Unity.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.Ump.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.Ump.iOS.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.Unity.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
packages/com.google.ads.mobile/GoogleMobileAds/GoogleMobileAds.iOS.dll
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
19 changes: 19 additions & 0 deletions
19
packages/com.google.ads.mobile/Plugins/Android/GoogleMobileAdsPlugin.androidlib/build.gradle
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,19 @@ | ||
apply plugin: 'android-library' | ||
|
||
android { | ||
namespace "com.google.unity.ads" | ||
sourceSets { | ||
main { | ||
manifest.srcFile 'AndroidManifest.xml' | ||
res.srcDirs = ['res'] | ||
assets.srcDirs = ['assets'] | ||
jniLibs.srcDirs = ['libs'] | ||
} | ||
} | ||
|
||
compileSdkVersion 31 | ||
defaultConfig { | ||
minSdkVersion 21 | ||
targetSdkVersion 31 | ||
} | ||
} |
81 changes: 81 additions & 0 deletions
81
.../com.google.ads.mobile/Plugins/Android/GoogleMobileAdsPlugin.androidlib/build.gradle.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.