Update Controlloid to 1.1.1 (10)
This commit is contained in:
parent
262a4b1ed0
commit
38ad6d9e0d
|
@ -51,11 +51,29 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 10
|
||||
commit: v1.1.1
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y -t stretch-backports npm
|
||||
init: npm install
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
MaintainerNotes: |-
|
||||
Use scanignore to allow the "node_modules/react-native/android"
|
||||
local Maven repository which contains the React Native library.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 9
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 10
|
||||
|
|
Loading…
Reference in a new issue