Skip to content

Build(deps): Bump com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk from 1.2.1 to 1.3.0#819

Merged
mmathieum merged 1 commit into
masterfrom
dependabot/gradle/com.google.android.libraries.ads.mobile.sdk-ads-mobile-sdk-1.3.0
Jul 22, 2026
Merged

Build(deps): Bump com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk from 1.2.1 to 1.3.0#819
mmathieum merged 1 commit into
masterfrom
dependabot/gradle/com.google.android.libraries.ads.mobile.sdk-ads-mobile-sdk-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk from 1.2.1 to 1.3.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…ile-sdk

Bumps com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk from 1.2.1 to 1.3.0.

---
updated-dependencies:
- dependency-name: com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 22, 2026

@mmathieum mmathieum left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Changed AdView.loadAd() to pause automatic retries for failed ad requests when automatic refresh is disabled for the ad unit.
When an ad request for multiple native ads or icon ads yields no available ads, the SDK now returns a NO_FILL error instead of an INTERNAL_ERROR.
Added a manifest flag to disable ad inspector.
Added the Ad.getAdUnitId() method to identify the ad unit ID used to request the ad.
Added the InitializationConfig.Builder.disableSdkCrashReporting() method, which provides a manual opt-out for the default crash handler in the GMA Next-Gen SDK. By default, the SDK still delegates crashes to other registered handlers (such as Crashlytics).
When using mediation with custom event ad sources, ResponseInfo.getAdapterClassName() now returns your custom event class name instead of com.google.ads.mediation.customevent.CustomEventAdapter.

https://developers.google.com/admob/android/next-gen/rel-notes

@mmathieum
mmathieum merged commit 5c25ac9 into master Jul 22, 2026
5 checks passed
@mmathieum
mmathieum deleted the dependabot/gradle/com.google.android.libraries.ads.mobile.sdk-ads-mobile-sdk-1.3.0 branch July 22, 2026 20:56
montransit added a commit to mtransitapps/ca-montreal-rem-light-rail-android that referenced this pull request Jul 22, 2026
- commons: Build(deps): Bump com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk from 1.2.1 to 1.3.0 mtransitapps/commons#819
- commons: Target SDK `36` (Android 16) before Aug 31, 2026 mtransitapps/commons#817
- commons: Create `.aiexclude` to manage AI file exclusions mtransitapps/commons#816
- commons: Allow `download()` user-agent override via `MT_DOWNLOAD_USER_AGENT` mtransitapps/commons#815
- commons: Build(deps): Bump android-gradlePlugin from 9.2.1 to 9.3.0 mtransitapps/commons#814
- commons: Fix `mt-record-screenshots.yml` #810
- commons: Switch latest APK fetch to `gh release download` and pick first APK artifact mtransitapps/commons#810
- commons-android: GTFS-RT > Trip Updates > try to fix wrong stop sequence when trip stop passed once & keep all cancelled trips/stops mtransitapps/commons-android#178
- commons-android: Update SSL cert mtransitapps/commons-android#177
- commons-android: GTFS-RT > Trip Updates > handle wrong stop sequence w/o loosing all data mtransitapps/commons-android#176
- commons-android: GTFS-RT Trip Update > fix same stop matching mtransitapps/commons-android#175
- commons-android: suppress
- parser: comment fix
montransit added a commit to mtransitapps/mtransit-for-android that referenced this pull request Jul 22, 2026
montransit added a commit to mtransitapps/ca-moose-jaw-transit-bus-android that referenced this pull request Jul 23, 2026
- commons: Build(deps): Bump com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk from 1.2.1 to 1.3.0 mtransitapps/commons#819
- commons-android: GTFS-RT Trip Update schedule status > fix wrong 1 min `validity` mtransitapps/commons-android#180
- parser: `JSON` > `use_route_long_name_for_route_short_name` > use RSN cleaners
montransit added a commit to mtransitapps/ca-mrc-nicolet-yamaska-bili-bus-android that referenced this pull request Jul 23, 2026
- commons: Build(deps): Bump com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk from 1.2.1 to 1.3.0 mtransitapps/commons#819
- commons-android: GTFS-RT Trip Update schedule status > fix wrong 1 min `validity` mtransitapps/commons-android#180
- parser: `JSON` > `use_route_long_name_for_route_short_name` > use RSN cleaners
montransit added a commit to mtransitapps/ca-st-hyacinthe-transport-collectif-bus-android that referenced this pull request Jul 23, 2026
- commons: Build(deps): Bump com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk from 1.2.1 to 1.3.0 mtransitapps/commons#819
- commons-android: GTFS-RT Trip Update schedule status > fix wrong 1 min `validity` mtransitapps/commons-android#180
- parser: `JSON` > `use_route_long_name_for_route_short_name` > use RSN cleaners
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants