Fix version regexp

This commit is contained in:
John Lyon-Smith
2018-06-28 09:54:15 -07:00
parent 8f9efa4373
commit 355bb98b28

View File

@@ -93,7 +93,7 @@
glob: "**/AndroidManifest.xml",
updates: [
{
search: "(?<begin>android:versionCode=\")\\d?(?<end>\")",
search: "(?<begin>android:versionCode=\")\\d+(?<end>\")",
replace: "${begin}${sequence}${end}"
},
{