Code: Select all
Your bundle targets SDK 34, but uses Play Core libraries that cannot be used with that version. Your current com.google.android.play:feature-delivery-ktx:2.0.1, com.google.android.play:feature-delivery:2.0.1 libraries are incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers and may cause app crashes.
Code: Select all
implementation("com.paytm.nativesdk:core:1.4.1") {
exclude group: "com.google.android.play", module: "feature-delivery"
exclude group: "com.google.android.play", module: "feature-delivery-ktx"
}