feat: Add app icon generation, update profile navigation, and refine UI styling for profile action buttons and notification tabs.
@@ -59,18 +59,18 @@ android {
|
||||
create("local") {
|
||||
dimension = "flavor-type"
|
||||
applicationIdSuffix = ".local"
|
||||
resValue("string", "app_name", "RE-QuestN Local")
|
||||
resValue("string", "app_name", "RE-Quest Local")
|
||||
}
|
||||
create("demo") {
|
||||
dimension = "flavor-type"
|
||||
applicationIdSuffix = ".demo"
|
||||
resValue("string", "app_name", "RE-QuestN Demo")
|
||||
resValue("string", "app_name", "RE-Quest Demo")
|
||||
signingConfig = signingConfigs.getByName("demoRelease")
|
||||
}
|
||||
create("dev") {
|
||||
dimension = "flavor-type"
|
||||
applicationIdSuffix = ".dev"
|
||||
resValue("string", "app_name", "RE-QuestN Dev")
|
||||
resValue("string", "app_name", "RE-Quest Dev")
|
||||
signingConfig = signingConfigs.getByName("devRelease")
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 11 KiB |