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
2
src-tauri/gen/android/app/.gitignore
vendored
2
src-tauri/gen/android/app/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
/src/main/java/com/webfussel/soul_echo/generated
|
||||
/src/main/java/com/webfussel/soulecho/generated
|
||||
/src/main/jniLibs/**/*.so
|
||||
/src/main/assets/tauri.conf.json
|
||||
/tauri.build.gradle.kts
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<application
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.soul_echo"
|
||||
android:theme="@style/Theme.soulecho"
|
||||
android:usesCleartextTraffic="${usesCleartextTraffic}">
|
||||
<activity
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
package com.webfussel.soul_echo
|
||||
package com.webfussel.soulecho
|
||||
|
||||
class MainActivity : TauriActivity()
|
|
@ -1,6 +1,6 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.soul_echo" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<style name="Theme.soulecho" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
</resources>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<resources>
|
||||
<string name="app_name">soul_echo</string>
|
||||
<string name="main_activity_title">soul_echo</string>
|
||||
<string name="app_name">soulecho</string>
|
||||
<string name="main_activity_title">soulecho</string>
|
||||
</resources>
|
|
@ -1,6 +1,6 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.soul_echo" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<style name="Theme.soulecho" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue