mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update NeoStumbler to 1.5.2 (27)
This commit is contained in:
parent
b01bb77a70
commit
80a8e075c0
1 changed files with 22 additions and 2 deletions
|
|
@ -150,10 +150,30 @@ Builds:
|
|||
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||
|
||||
- versionName: 1.5.2
|
||||
versionCode: 27
|
||||
commit: 47767ea1cd5d4a265b290220ea42773682cc6be3
|
||||
subdir: app
|
||||
output: build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
prebuild: sed -i -e '/bundletool {/,/^}/d' build.gradle
|
||||
scanignore:
|
||||
- app/src/androidTest/assets/valid_reports.db.gz
|
||||
build:
|
||||
- mkdir upstream
|
||||
- pushd upstream
|
||||
- curl -L -o upstream.apk https://github.com/mjaakko/NeoStumbler/releases/download/$$VERSION$$/app-fdroid-release.apk
|
||||
- unzip -q upstream.apk
|
||||
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
|
||||
- popd
|
||||
- for i in {1..10}; do gradle clean assembleFdroidRelease; mkdir local; pushd
|
||||
local; unzip -q ../build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk;
|
||||
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||
|
||||
AllowedAPKSigningKeys: 7f839ac7afc4ff6f1c7fb1348ac10de2f17de8a78d0d812c1f43ae835a5111df
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[\d.]+$
|
||||
UpdateCheckName: xyz.malkki.neostumbler
|
||||
CurrentVersion: 1.5.1
|
||||
CurrentVersionCode: 26
|
||||
CurrentVersion: 1.5.2
|
||||
CurrentVersionCode: 27
|
||||
|
|
|
|||
Loading…
Reference in a new issue