Update Controlloid to 1.2.0 (11)
This commit is contained in:
parent
c7c4635b7f
commit
b68dd13364
|
|
@ -69,11 +69,29 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 1.2.0
|
||||||
|
versionCode: 11
|
||||||
|
commit: v1.2.0
|
||||||
|
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: |-
|
MaintainerNotes: |-
|
||||||
Use scanignore to allow the "node_modules/react-native/android"
|
Use scanignore to allow the "node_modules/react-native/android"
|
||||||
local Maven repository which contains the React Native library.
|
local Maven repository which contains the React Native library.
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.1.1
|
CurrentVersion: 1.2.0
|
||||||
CurrentVersionCode: 10
|
CurrentVersionCode: 11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue