mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Merge branch 'feature/com.lesspass.android-90109' into 'master'
LessPass: build 9.1.9 See merge request fdroid/fdroiddata!7496
This commit is contained in:
commit
f10893e57d
1 changed files with 33 additions and 2 deletions
|
|
@ -184,6 +184,37 @@ Builds:
|
|||
scandelete:
|
||||
- mobile/node_modules/
|
||||
|
||||
- versionName: 9.1.9
|
||||
versionCode: 90109
|
||||
commit: 9.1.9
|
||||
subdir: mobile/android/app/
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y -t stretch-backports npm
|
||||
- npm -g install yarn
|
||||
init: yarn install
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- mobile/node_modules/react-native/template/android/build.gradle
|
||||
- mobile/node_modules/hermes-engine/android/*.aar
|
||||
- mobile/node_modules/jetifier/lib/
|
||||
prebuild:
|
||||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||||
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
|
||||
scanignore:
|
||||
- mobile/android/build.gradle
|
||||
- mobile/node_modules/react-native/android/com/facebook/react/react-native/0.62.2/react-native-0.62.2.aar
|
||||
- mobile/node_modules/jsc-android/dist/org/webkit/android-jsc/r245459/android-jsc-r245459.aar
|
||||
- mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
||||
- mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
||||
- mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
scandelete:
|
||||
- mobile/node_modules/
|
||||
|
||||
MaintainerNotes: |-
|
||||
scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
|
||||
|
||||
|
|
@ -191,5 +222,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 9.1.2
|
||||
CurrentVersionCode: 90102
|
||||
CurrentVersion: 9.1.9
|
||||
CurrentVersionCode: 90109
|
||||
|
|
|
|||
Loading…
Reference in a new issue