Fix CTCBUILD versionCode suffix not getting added

I'm dumber
This commit is contained in:
eatsfoobars 2020-03-16 23:24:18 +00:00
parent 46cad4a8b6
commit fc5114053d
Signed by: eatsfoobars
GPG Key ID: D08609FADBD8C395
1 changed files with 2 additions and 2 deletions

View File

@ -163,12 +163,12 @@ diff -crB from/apktool.yml to/apktool.yml
*** 191,194 ****
version: 2.4.2-f3136b-SNAPSHOT
versionInfo:
versionCode: '1066'
! versionCode: '1066'
! versionName: '14.0'
--- 191,194 ----
version: 2.4.2-f3136b-SNAPSHOT
versionInfo:
versionCode: '1066'
! versionCode: '1066CTCBUILD'
! versionName: '14.0-cutthecord-CTCBUILD'
diff -crB from/res/values/strings.xml to/res/values/strings.xml
*** from/res/values/strings.xml 2020-03-16 22:59:06.513133134 +0000