mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-15 06:56:30 +00:00
change applicationId
This commit is contained in:
parent
c92d2d28b5
commit
d58e296b8c
@ -6,11 +6,11 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.bitchat.android"
|
||||
namespace = "com.bitchat.app"
|
||||
compileSdk = libs.versions.compileSdk.get().toInt()
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.bitchat.android"
|
||||
applicationId = "com.bitchat.app"
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
versionCode = 7
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user