Skip to main content

Daro SDK

1.5.1
2026-03-19
Changelog
  • Improved DARO SDK stability.
1.5.0
2026-03-10
Changelog
  • Added retry logic for DARO SDK initialization failure.
  • Improved DARO SDK stability.
1.4.9
2026-03-06
Changelog
  • Fixed SDK to no longer include location permissions (ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION).
1.4.8
2026-03-05
Changelog
  • Fixed an issue where SDK initialization failed on fresh installs.
1.4.7
2026-03-05
Changelog
  • Migrated from Gson to Kotlin Serialization
  • Removed kotlin-reflect library
1.4.6
2026-02-27
Changelog
  • Added Daro CustomEvent Adapter to daro-a sdk.
1.4.5
2026-02-19
Changelog
  • Fixed a crash that occurred when requesting native ads through DaroNative (compose-util) before Daro.init(), and modified to deliver the error message via the onAdLoadFail callback instead.
1.4.4
2026-02-06
Changelog
  • Fixed an issue where calling grantGdpr(…) before initializing DaroSDK caused a UninitializedPropertyAccessException.
1.4.3
2026-02-03
Changelog
  • Fixed a crash that occurred when requesting ads via NativeAdView before DaroSDK initialization.
  • Accordingly, the return type of DaroNativeAdBinder.fromTemplate(…) method has been changed to nullable.
1.4.2
2026-01-29
Changelog
  • Fix issue where DaroAppOpenAdManager package path could not be found.
1.4.1
2026-01-28
Changelog
  • AppOpenAd are now managed through DaroAppOpenAdManager for ad requests and display.
  • Bump ad network SDK versions.
  • Fix potential crashes that could occur when refreshing Banner and NativeAd.
1.4.0
2025-12-29
Changelog
  • Internalized daro-core module and improved the stability of daro-a SDK initialization.
  • Fixed an issue where DaroBannerAdView and DaroNativeAdView could trigger excessive ad requests within scrollable layouts.
  • Update consumer-rules.pro / proguard-rules.pro
  • Breaking Change
    • Renamed setAppMute(…) to setAppMuted(…)
    • Package path change: droom.daro.Daro → droom.daro.a.Daro
1.3.7
2025-12-18
Changelog
  • Remove force to WorkManager version 2.10.1 (revert 1.3.6)
1.3.6
2025-12-09
Changelog
  • Fix: Bump WorkManager version 2.10.1 to prevent TooManyRequestsException crashes.
1.3.5
2025-11-21
Changelog
  • Support `setAppMute(…) methods.
  • Support for core 1.3.8 대응
1.3.4
2025-11-18
Changelog
  • New Ad Format “App Open Ad” Support
  • Support for core 1.3.6-beta02
1.3.3
2025-10-29
Changelog
  • Remove MobileFuse Mediation Adapter
1.3.2
2025-10-21
Changelog
  • Remove Smaato Mediation Adapter
1.3.1
2025-09-12
Changelog
  • Disabled applovin debugger
1.3.0
2025-09-04
Changelog
  • Support for core 1.3.0
1.2.8
2025-09-02
Changelog
  • Additional fix for intermittent crashes during Native image bitmap processing
  • Additional handling for callback not received issues in specific networks for Interstitial and Rewarded
1.2.6
2025-08-29
Changelog
  • Additional handling for intermittent crashes during Native image bitmap processing
1.2.4
2025-08-11
Changelog
  • Handled intermittent crashes during Native image rendering
1.2.3
2025-08-05
Changelog
  • Addressed intermittent Daro SDK init failure
1.2.0
2025-07-18
Changelog
  • Added CCPA and COPPA support
1.1.2
2025-07-16
Changelog
  • Changed min sdk version to 23
  • Added ad networks
  • Minor bug fixes
1.0.0
2025-07-03
Changelog
  • mavenCentral initial deployment

Daro SDK Plugin

1.0.13
2026-01-28
Changelog
  • Removed some ad network SDK related options
1.0.12
2025-09-23
Changelog
  • Improved RN plugin application failure issue
1.0.11
2025-09-05
Changelog
  • Added integration to also read android-daro-key.txt
  • Fixed minor bug related to multi-flavor application
1.0.9
2025-09-01
Changelog
  • Added multi-flavor support
1.0.8
2025-08-25
Changelog
  • Added agp 7.4.2 support
1.0.7
2025-08-22
Changelog
  • Downgraded to jdk 11
1.0.6
2025-08-11
Changelog
  • Added buildFlavor-specific appKey application logic
1.0.5
2025-07-22
Changelog
  • Added buildFlavor-specific appKey application logic
1.0.1
2025-07-08
Changelog
  • Changed namespace from droom.daro to so.daro
1.0.0
2025-06-11
Changelog
  • Added plugin to read daro-key.txt

Migration Guide for 0.x.x

The 0.x.x SDK version has many changes including SDK initialization, ad unit configuration, and addition of new ad formats. For details, please refer to the following document: