renamed the app to frangipane ^^
This commit is contained in:
2
src-tauri/gen/android/app/.gitignore
vendored
2
src-tauri/gen/android/app/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
/src/main/java/com/strawberries/chatapp/generated
|
||||
/src/main/java/com/strawberries/frangipane/generated
|
||||
/src/main/jniLibs/**/*.so
|
||||
/src/main/assets/tauri.conf.json
|
||||
/tauri.build.gradle.kts
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<application
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.chatapp"
|
||||
android:theme="@style/Theme.frangipane"
|
||||
android:usesCleartextTraffic="${usesCleartextTraffic}">
|
||||
<activity
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.strawberries.chatapp
|
||||
package com.strawberries.frangipane
|
||||
|
||||
import android.os.Bundle
|
||||
import androidx.activity.enableEdgeToEdge
|
||||
@@ -1,6 +1,6 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.chatapp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<style name="Theme.frangipane" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">chatapp</string>
|
||||
<string name="main_activity_title">chatapp</string>
|
||||
<string name="app_name">frangipane</string>
|
||||
<string name="main_activity_title">frangipane</string>
|
||||
</resources>
|
||||
@@ -1,6 +1,6 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.chatapp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<style name="Theme.frangipane" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user