feat: adopt material 3 theme and billing adjustments
This commit is contained in:
5
android/app/src/main/res/values-ja/strings.xml
Normal file
5
android/app/src/main/res/values-ja/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">デジタル月額管理者</string>
|
||||
</resources>
|
||||
|
||||
5
android/app/src/main/res/values-ko/strings.xml
Normal file
5
android/app/src/main/res/values-ko/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">디지털 월세 관리자</string>
|
||||
</resources>
|
||||
|
||||
5
android/app/src/main/res/values-zh/strings.xml
Normal file
5
android/app/src/main/res/values-zh/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">数字月租管理器</string>
|
||||
</resources>
|
||||
|
||||
5
android/app/src/main/res/values/strings.xml
Normal file
5
android/app/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Digital Rent Manager</string>
|
||||
</resources>
|
||||
|
||||
@@ -19,7 +19,7 @@ pluginManagement {
|
||||
plugins {
|
||||
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
||||
id("com.android.application") version "8.7.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
||||
}
|
||||
|
||||
include(":app")
|
||||
|
||||
Reference in New Issue
Block a user