From 2da9e8ad1eea716424fc3d8ca2c7276d78df3715 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Fri, 30 Sep 2022 14:54:13 +0200 Subject: [PATCH] fix: include styles.xml for android builds --- static/scripts/android.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/static/scripts/android.sh b/static/scripts/android.sh index 09ca6624..23df3e8f 100755 --- a/static/scripts/android.sh +++ b/static/scripts/android.sh @@ -12,6 +12,7 @@ ANDROID_STRINGS_PATH="app/android/app/src/main/res/values/strings.xml" git -C app checkout -- android/build.gradle git -C app checkout -- android/gradle/wrapper/gradle-wrapper.properties git -C app checkout -- android/app/src/main/AndroidManifest.xml +git -C app checkout -- android/app/src/main/res/values/styles.xml # AndroidManifest.xml xmlstarlet edit --pf --inplace \