feat: Implement deduplication for FCM token subscription and update related logic

This commit is contained in:
2026-02-25 23:03:28 +05:00
parent b7b99cdb40
commit 48861633ee
4 changed files with 41 additions and 85 deletions

View File

@@ -84,6 +84,13 @@ android {
resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" }
jniLibs { useLegacyPackaging = true }
}
applicationVariants.all {
outputs.all {
val apkOut = this as com.android.build.gradle.internal.api.BaseVariantOutputImpl
apkOut.outputFileName = "Rosetta-${versionName}.apk"
}
}
}
dependencies {