You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package name update β adjusted the application package name.
New permission β added READ_MEDIA_IMAGES in AndroidManifest.xml (required for Android 13+ to access shared images).
Interstitial Ads refactor β migrated implementation to the new API (InterstitialAd.load() with InterstitialAdLoadCallback) replacing the deprecated InterstitialAd constructor and AdListener.
Dependencies upgrade:
Updated com.google.android.gms:play-services-ads to 21.0.0
Updated Firebase BOM to 30.1.0.
Added androidx.work:work-runtime-ktx:2.10.2