Update Zeus to 0.0.8 (8)
This commit is contained in:
parent
c704458478
commit
8500f365cb
|
@ -46,7 +46,24 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 0.0.8
|
||||||
|
versionCode: 8
|
||||||
|
commit: v0.0.8
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
||||||
|
init: npm install
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||||||
|
scanignore:
|
||||||
|
- android/build.gradle
|
||||||
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.0.7
|
CurrentVersion: 0.0.8
|
||||||
CurrentVersionCode: 7
|
CurrentVersionCode: 8
|
||||||
|
|
Loading…
Reference in a new issue