mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 05:14:51 +00:00
Merge branch 'feature/com.lesspass.android' into 'master'
lesspass: 8.1.1 release See merge request fdroid/fdroiddata!5090
This commit is contained in:
commit
e2090c82ac
1 changed files with 23 additions and 2 deletions
|
|
@ -134,6 +134,27 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- mobile/node_modules/
|
- mobile/node_modules/
|
||||||
|
|
||||||
|
- versionName: 8.1.1
|
||||||
|
versionCode: 80101
|
||||||
|
commit: 8.1.1
|
||||||
|
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
|
||||||
|
prebuild:
|
||||||
|
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||||
|
- 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-screens/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- mobile/node_modules/
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
|
scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
|
||||||
|
|
||||||
|
|
@ -141,5 +162,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 3.1.6
|
CurrentVersion: 8.1.1
|
||||||
CurrentVersionCode: 30106
|
CurrentVersionCode: 80101
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue