mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
counter - java17
This commit is contained in:
parent
54265d25da
commit
72be936e3c
1 changed files with 6 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ Description: |-
|
|||
their own names and values. Values can be changed using volume buttons.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/gentlecat/counter/
|
||||
Repo: https://github.com/gentlecat/counter.git
|
||||
|
||||
Builds:
|
||||
- versionName: '13'
|
||||
|
|
@ -110,7 +110,11 @@ Builds:
|
|||
- versionName: '27'
|
||||
versionCode: 27
|
||||
commit: 1fdf93630c37e870c9d836648b3a0d0da079b70e
|
||||
subdir: app/
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's/mavenCentral()/jcenter()/' build.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue