AltPods: pods updated - issue 1.60
24 Jun 2026 | bro-gen binding robopods altpodsAlt-pods update issue 1.60, new sync with recent releases.
Released to maven central.
Updated pods
- Google Mobile Ads adapters updated
- Google Mobile Ads updated from
13.3.0to13.5.0 - UnityAds updated from
4.17.0to4.18.1(no api changes) - Tenjin updated from
1.16.1to1.17.1 - Singular updated from
12.10.1to12.12.0 - OneSignal updated from
5.5.1to5.5.3 - Lottie updated from
4.6.0to4.6.1 - InMobiSDK updated from
11.2.0to11.3.0 - Firebase updated from
12.2.0to12.15.0 - CleverAds updated from
4.6.6to4.7.4 - Chars updated, no api/version changes
- AppsFlyer updated from
6.18.0to7.0.0 - AppLovinSDK updated from
13.6.2to13.6.3(no api changes) - AdjustSDK updated from
5.6.2to5.7.0
about versioning
Each pod has version of corresponding framework + .0 suffix. E.g.:
Google Mobile Ads 13.0.0 are accessible as following dependency:
implementation “io.github.dkimitsa.robovm:robopods-google-mobile-ads-ios:13.0.0.0”
Also for set of pods, built from single source there are bill-of-material available, where version of bom is framework version with .0 suffix:
Facebook:
implementation platform(“io.github.dkimitsa.robovm:robopods-facebook-bom:18.0.3.0) // v18.0.3
implementation “io.github.dkimitsa.robovm:robopods-facebook-login-ios”
Firebase:
implementation platform(“io.github.dkimitsa.robovm:robopods-firebase-bom:12.9.0.0”) // v12.9.0
implementation “io.github.dkimitsa.robovm:robopods-firebase-analytics-ios”
- These pods were released to Maven central, each pod under own version. Source code @github
Updates are not fully tested, please open issue if bug found.
Comments