mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update ScreenshotTile to Java 17
This commit is contained in:
parent
9f21327496
commit
aa0604a6f8
1 changed files with 15 additions and 2 deletions
|
|
@ -772,7 +772,20 @@ Builds:
|
||||||
rm:
|
rm:
|
||||||
- .github
|
- .github
|
||||||
|
|
||||||
|
- versionName: 2.3.0
|
||||||
|
versionCode: 97
|
||||||
|
commit: dd9e8eb33d39177ac9f802952f1556cf2615e1c6
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- .github
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.2.3
|
CurrentVersion: 2.3.0
|
||||||
CurrentVersionCode: 96
|
CurrentVersionCode: 97
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue