mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Manyverse: python2
This commit is contained in:
parent
b3907066b9
commit
5c79e30270
1 changed files with 2 additions and 2 deletions
|
|
@ -2817,7 +2817,7 @@ Builds:
|
|||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y g++ make npm
|
||||
- apt-get install -y g++ g++-multilib make npm python2 python-is-python2
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- npm install -g react-native-cli
|
||||
init: npm install --no-optional
|
||||
|
|
@ -2860,7 +2860,7 @@ MaintainerNotes: scanignore is used to allow the "node_modules/react-native/andr
|
|||
local Maven repository which contains the prebuilt react-native library which
|
||||
we get from npm.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.2210.3-beta-fdroid
|
||||
CurrentVersionCode: 134
|
||||
|
|
|
|||
Loading…
Reference in a new issue