Skip to content

Commit 2c2df11

Browse files
committed
latest android build v1.2.2 15
1 parent eaec849 commit 2c2df11

File tree

6 files changed

+2037
-1995
lines changed

6 files changed

+2037
-1995
lines changed

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ android {
9191
appLinkScheme: project.env.get("APP_LINK_PREFIX") ?: "storefrontapp"
9292
]
9393
resValue "string", "build_config_package", "com.storefront.app"
94+
resValue "string", "app_name", project.env.get("APP_NAME")
9495
}
9596
signingConfigs {
9697
release {

android/app/src/main/assets/index.android.bundle

Lines changed: 2035 additions & 1994 deletions
Large diffs are not rendered by default.
27.3 KB
Loading
30.2 KB
Loading
27 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
2-
<string name="app_name">StorefrontApp</string>
2+
<string name="app_name">${APP_NAME}</string>
33
</resources>

0 commit comments

Comments
 (0)