Skip to content

Commit

Permalink
OpenUPM release CL for version 9.2.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 682375546
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Oct 4, 2024
1 parent df2b19b commit 4fc0da2
Show file tree
Hide file tree
Showing 15 changed files with 103 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/com.google.ads.mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Google Mobile Ads Unity Plugin Change Log
Version 9.2.1
**************
- Added French language support for Settings Inspector window.
- Fixed [#3510] by specifying the minSdkVersion in the library.
- Updated the dependency version for Android GMA SDK to 23.4.0 and iOS GMA SDK to 11.10.0.
- Updated iOS UMP SDK dependency to 2.6.0.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Google Mobile Ads Unity Plugin Change Log
Version 9.2.1
**************
- Added French language support for Settings Inspector window.
- Fixed [#3510] by specifying the minSdkVersion in the library.
- Updated the dependency version for Android GMA SDK to 23.4.0 and iOS GMA SDK to 11.10.0.
- Updated iOS UMP SDK dependency to 2.6.0.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Assets/GoogleMobileAds/GoogleMobileAds.iOS.dll
Assets/GoogleMobileAds/LICENSE
Assets/GoogleMobileAds/link.xml
Assets/Plugins/Android/GoogleMobileAdsPlugin.androidlib/AndroidManifest.xml
Assets/Plugins/Android/GoogleMobileAdsPlugin.androidlib/build.gradle
Assets/Plugins/Android/GoogleMobileAdsPlugin.androidlib/packaging_options.gradle
Assets/Plugins/Android/GoogleMobileAdsPlugin.androidlib/project.properties
Assets/Plugins/Android/GoogleMobileAdsPlugin.androidlib/validate_dependencies.gradle
Expand Down
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
}
}

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

0 comments on commit 4fc0da2

Please sign in to comment.