80 lines
2.3 KiB
YAML
80 lines
2.3 KiB
YAML
Categories:
|
|
- Connectivity
|
|
- Games
|
|
License: GPL-3.0-only
|
|
AuthorName: Alexandru Damian Manea
|
|
AuthorEmail: maneaalexdamian@gmail.com
|
|
SourceCode: https://github.com/experiment322/controlloid-client
|
|
IssueTracker: https://github.com/experiment322/controlloid-client/issues
|
|
Changelog: https://raw.githubusercontent.com/experiment322/controlloid-client/HEAD/CHANGELOG.md
|
|
LiberapayID: '1571871'
|
|
|
|
AutoName: Controlloid
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/experiment322/controlloid-client
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 8
|
|
commit: v1.0.0
|
|
subdir: android/app
|
|
sudo:
|
|
- 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
|
|
|
|
- versionName: 1.1.0
|
|
versionCode: 9
|
|
commit: v1.1.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
|
|
|
|
- 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.1
|
|
CurrentVersionCode: 10
|