branding: Fix version codes (fuck apktool)

This commit is contained in:
ave 2019-01-28 22:19:15 +03:00
parent 575d4037cf
commit 77c353fa42
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
2 changed files with 17 additions and 1 deletions

View file

@ -35,6 +35,22 @@ diff -crB -x dist -x build com.discord-834-base/res/values/strings.xml com.disco
<string name="notification_title_start_game">"Somebody Playin'"</string>
<string name="notifications">Notifications</string>
<string name="nsfw_accept">Continue</string>
diff -crB -x dist -x build com.discord-835-base/apktool.yml com.discord-835/apktool.yml
*** com.discord-835-base/apktool.yml 2019-01-28 21:28:06.589102865 +0300
--- com.discord-835/apktool.yml 2019-01-28 22:09:54.479638386 +0300
***************
*** 345,349 ****
tag: null
version: 2.4.0-896569-SNAPSHOT
versionInfo:
! versionCode: '835'
! versionName: 8.3.5g
--- 345,349 ----
tag: null
version: 2.4.0-896569-SNAPSHOT
versionInfo:
! versionCode: '835CTCBUILD'
! versionName: 8.3.5g-cutthecord-CTCBUILD
diff -crB -x dist -x build com.discord-835-base/AndroidManifest.xml com.discord-835/AndroidManifest.xml
*** com.discord-835-base/AndroidManifest.xml 2019-01-25 10:57:34.292581301 +0300
--- com.discord-835/AndroidManifest.xml 2019-01-25 15:30:47.000000000 +0300