change app ID to com.bitchat.droid (#270)

This commit is contained in:
callebtc 2025-08-21 00:08:43 +02:00 committed by GitHub
parent b4f080ff32
commit 98706acfa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ android {
compileSdk = libs.versions.compileSdk.get().toInt()
defaultConfig {
applicationId = "com.bitchat.android"
applicationId = "com.bitchat.droid"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 11