mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update wX to 55795 (55795)
This commit is contained in:
parent
f9b75f32bb
commit
991d1cfdfb
1 changed files with 21 additions and 2 deletions
|
|
@ -853,6 +853,25 @@ Builds:
|
|||
- doc/SCRIPTS/Gaz_places_national.txt.gz
|
||||
ndk: r22b
|
||||
|
||||
- versionName: '55795'
|
||||
versionCode: 55795
|
||||
commit: 5d2acbf02559990c4e46ed4dddd5c2940f5f94bd
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y file
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e 's|def ndkDir = ".*"|def ndkDir = "$$NDK$$"|' build.gradle
|
||||
- sed -i -e 's/-XX:MaxPermSize=2048m\ //' ../gradle.properties
|
||||
scanignore:
|
||||
- app/src/main/res/raw/*
|
||||
- doc/SCRIPTS/Gaz_places_national.txt.gz
|
||||
ndk: r22b
|
||||
|
||||
MaintainerNotes: |-
|
||||
app/src/main/res/raw are not executable files and they're from US GOVT so they should be very open:
|
||||
https://catalog.data.gov/dataset (license: https://www.usa.gov/government-works)
|
||||
|
|
@ -861,5 +880,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '55791'
|
||||
CurrentVersionCode: 55791
|
||||
CurrentVersion: '55795'
|
||||
CurrentVersionCode: 55795
|
||||
|
|
|
|||
Loading…
Reference in a new issue