fix: rename soul_echo => soulecho
removed all occurences of soul_echo as it made problems for mobile
This commit is contained in:
parent
aa85312cf1
commit
c423c854fe
14 changed files with 21 additions and 19 deletions
|
@ -15,10 +15,10 @@ val tauriProperties = Properties().apply {
|
|||
|
||||
android {
|
||||
compileSdk = 34
|
||||
namespace = "com.webfussel.soul_echo"
|
||||
namespace = "com.webfussel.soulecho"
|
||||
defaultConfig {
|
||||
manifestPlaceholders["usesCleartextTraffic"] = "false"
|
||||
applicationId = "com.webfussel.soul_echo"
|
||||
applicationId = "com.webfussel.soulecho"
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue