Update Play NotePad to 1.3.4 (134)

This commit is contained in:
F-Droid checkupdates bot 2024-12-11 03:53:16 +00:00 committed by Licaon_Kter
parent ae79c7f12d
commit bb6be7f052

View file

@ -65,10 +65,44 @@ Builds:
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
- versionName: 1.3.4
versionCode: 134
commit: 5e7cdd029345fb7aa92c4e61bab3b90d23c2fee9
subdir: app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
- export CPUS_MAX=6
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
output: build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk
prebuild:
- sed -i -e '/androidx.dev/d' ../settings.gradle.kts
- sed -i -e '/firebase/d' ../build.gradle.kts
- sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' ../build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
- sed -i -e '/libs.firebase/d' ../build-logic/convention/build.gradle.kts
- gradle clean
scandelete:
- build-logic/convention/build
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/mshdabiola/NotePad/releases/download/$$VERSION$$/app-fossReliant-release-unsigned-signed.apk
- unzip -q upstream.apk
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
- popd
- for i in {1..10}; do gradle clean assembleFossReliantRelease; mkdir local;
pushd local; unzip -q ../build/outputs/apk/fossReliant/release/app-fossReliant-release-unsigned.apk;
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
AllowedAPKSigningKeys: 7966373797459065b77517aadbecc04b484abcf693d23ef1a6ccfb9556868750
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: gradle/libs.versions.toml|versionCode = "(\d+)"|.|versionName = "([\d.]+)"
CurrentVersion: 1.3.3
CurrentVersionCode: 133
CurrentVersion: 1.3.4
CurrentVersionCode: 134