mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
catima - java17
This commit is contained in:
parent
f5cde8b5fb
commit
cb97433f60
1 changed files with 5 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ Changelog: https://github.com/CatimaLoyalty/Android/blob/HEAD/CHANGELOG.md
|
||||||
AutoName: Catima
|
AutoName: Catima
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/CatimaLoyalty/Android
|
Repo: https://github.com/CatimaLoyalty/Android.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 1.1.0
|
- versionName: 1.1.0
|
||||||
|
|
@ -662,22 +662,14 @@ Builds:
|
||||||
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
||||||
- sha256sum -c <<< "$sha256sum build/outputs/apk/release/app-release-unsigned.apk"
|
- sha256sum -c <<< "$sha256sum build/outputs/apk/release/app-release-unsigned.apk"
|
||||||
|
|
||||||
- versionName: 2.23.0
|
|
||||||
versionCode: 120
|
|
||||||
commit: e5fd277198e3226757e34e39c82e35a2787b8280
|
|
||||||
subdir: app
|
|
||||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
prebuild: gradle clean
|
|
||||||
build:
|
|
||||||
- gradle assembleRelease
|
|
||||||
- sha256sum="$( curl -L https://github.com/CatimaLoyalty/Android/releases/download/v$$VERSION$$/SHA256SUMS
|
|
||||||
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
|
||||||
- sha256sum -c <<< "$sha256sum build/outputs/apk/release/app-release-unsigned.apk"
|
|
||||||
|
|
||||||
- versionName: 2.23.1
|
- versionName: 2.23.1
|
||||||
versionCode: 121
|
versionCode: 121
|
||||||
commit: 9e0e8bab75157a8e27b71f2c47ca682ddc509a5c
|
commit: 9e0e8bab75157a8e27b71f2c47ca682ddc509a5c
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||||
prebuild: gradle clean
|
prebuild: gradle clean
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue