Update ForPDA to 3.5.4 (621)

Also fix up UCD.
This commit is contained in:
relan 2019-08-24 07:57:34 +03:00
parent d63e450daf
commit c48120c87b

View file

@ -252,9 +252,17 @@ Builds:
- rel
prebuild: sed -i -e '/applicationVariants.all/,/^ }/d; /signingConfigs/d' build.gradle
- versionName: 3.5.4
versionCode: 621
commit: 3.5.4
subdir: app
gradle:
- rel
prebuild: sed -i -e '/applicationVariants.all/,/^ }/d; /signingConfigs/d' build.gradle
AutoUpdateMode: None
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/slartus/4pdaClient-plus/master/app/build.gradle|def
appVersionCode = (.*)|.|def appVersionName = (.*)
CurrentVersion: '"3.5.4"'
appVersionCode = (.*)|.|def appVersionName = "(.*)"
CurrentVersion: 3.5.4
CurrentVersionCode: 621