feat: Implement deduplication for FCM token subscription and update related logic
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user