fix: include styles.xml for android builds

This commit is contained in:
Rainer Killinger
2022-09-30 14:54:13 +02:00
parent 1af9140cea
commit 2da9e8ad1e

View File

@@ -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 \