AltPods: pods updated - issue 1.59
02 May 2026 | bro-gen binding robopods altpodsAlt-pods update issue 1.59, new sync with recent releases.
Released to maven central.
Updated pods
- Tenjin updated
1.15.1to1.16.1 - OneSignal updated
5.5.0to5.5.1 - IronSource updated
9.2.0to9.4.1 - Fyber updated
8.4.5to8.4.7 - CleverAds updated
4.6.3to4.6.6 - AppsFlyer updated
6.17.9to6.18.0 - Inmobi updated
11.1.1to11.2.0 - Google Mobile Ads updated
13.1.0to13.3.0 - Firebase updated to
v12.10.0->v12.12.0 - new framework: Adjust SDK
v5.6.2
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