Fix version regexp
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
glob: "**/AndroidManifest.xml",
|
glob: "**/AndroidManifest.xml",
|
||||||
updates: [
|
updates: [
|
||||||
{
|
{
|
||||||
search: "(?<begin>android:versionCode=\")\\d?(?<end>\")",
|
search: "(?<begin>android:versionCode=\")\\d+(?<end>\")",
|
||||||
replace: "${begin}${sequence}${end}"
|
replace: "${begin}${sequence}${end}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user