Update hackfix

This commit is contained in:
Paul Frazee
2024-01-04 19:29:48 -08:00
parent 205e8eb276
commit 01c63f2a84
+3 -1
View File
@@ -23,7 +23,9 @@ module.exports = function withAndroidManifestPlugin(appConfig) {
decoratedAppConfig.modResults.contents = `${str.slice(
0,
index,
)}\nresConfigs "en", "hi", "ja", "fr"\n${str.slice(index)}`
)}\nresConfigs "en", "hi", "ja", "fr", "ko", "pt", "uk"\n${str.slice(
index,
)}`
return decoratedAppConfig
})