mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Literal to 1.1.31-foss (39)
This commit is contained in:
parent
60a8ecd2e4
commit
4fe3b34025
1 changed files with 17 additions and 2 deletions
|
|
@ -62,6 +62,21 @@ Builds:
|
|||
gradle:
|
||||
- foss
|
||||
|
||||
- versionName: 1.1.31-foss
|
||||
versionCode: 39
|
||||
commit: b1306879a9e294daae78eba85e345d1f131ff4c4
|
||||
subdir: packages/android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v15.14.0/node-v15.14.0-linux-x64.tar.xz
|
||||
- echo "f40a52c77a5a98203d24d6e5213c1a189bfc9736d0d9f667cb61151e9431b2a8 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
init:
|
||||
- cd ../source-webview-scripts
|
||||
- npm install
|
||||
gradle:
|
||||
- foss
|
||||
|
||||
MaintainerNotes: |-
|
||||
F-Droid scanner includes a false-positive (AWS Kinesis (/com/amazonaws/metrics): Tracking).
|
||||
Manual analysis of the APK indicates no Kinesis dependencies are included and SDK metrics
|
||||
|
|
@ -69,5 +84,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.29-foss
|
||||
CurrentVersionCode: 37
|
||||
CurrentVersion: 1.1.31-foss
|
||||
CurrentVersionCode: 39
|
||||
|
|
|
|||
Loading…
Reference in a new issue