renamed the app to frangipane ^^
This commit is contained in:
@@ -16,10 +16,10 @@ val tauriProperties = Properties().apply {
|
||||
|
||||
android {
|
||||
compileSdk = 36
|
||||
namespace = "com.strawberries.chatapp"
|
||||
namespace = "com.strawberries.frangipane"
|
||||
defaultConfig {
|
||||
manifestPlaceholders["usesCleartextTraffic"] = "false"
|
||||
applicationId = "com.strawberries.chatapp"
|
||||
applicationId = "com.strawberries.frangipane"
|
||||
minSdk = 24
|
||||
targetSdk = 36
|
||||
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
|
||||
|
||||
Reference in New Issue
Block a user