mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Catima to 2.39.2 (155)
This commit is contained in:
parent
e0699311a6
commit
7e60a1bbc4
1 changed files with 26 additions and 2 deletions
|
|
@ -1058,7 +1058,31 @@ Builds:
|
|||
| grep -F app-foss-release-unsigned.apk | cut -c-64 | tr -cd '0-9a-f' )"
|
||||
- sha256sum -c <<< "$sha256sum $$OUT$$"
|
||||
|
||||
- versionName: 2.39.2
|
||||
versionCode: 155
|
||||
commit: 934d7ba041736c37a0228ee1477c1b8121a75799
|
||||
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
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: echo -e "\nandroid.aapt2FromMavenOverride=$(pwd)/aapt2" >> ../gradle.properties
|
||||
scanignore:
|
||||
- build.gradle.kts
|
||||
- app/build.gradle.kts
|
||||
build:
|
||||
- curl -Lo aapt2.jar https://dl.google.com/android/maven2/com/android/tools/build/aapt2/8.11.2-12782657/aapt2-8.11.2-12782657-linux.jar
|
||||
- sha256sum -c <<< "dc44dab4b02f1135c4f97aadabac8dddfa1f08ff9f030a7b1aa044b44fdd8a2d aapt2.jar"
|
||||
- unzip aapt2.jar aapt2
|
||||
postbuild:
|
||||
- sha256sum="$( curl -L https://github.com/CatimaLoyalty/Android/releases/download/v$$VERSION$$/SHA256SUMS
|
||||
| grep -F app-foss-release-unsigned.apk | cut -c-64 | tr -cd '0-9a-f' )"
|
||||
- sha256sum -c <<< "$sha256sum $$OUT$$"
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.39.1
|
||||
CurrentVersionCode: 154
|
||||
CurrentVersion: 2.39.2
|
||||
CurrentVersionCode: 155
|
||||
|
|
|
|||
Loading…
Reference in a new issue