diff --git a/metadata/me.tsukanov.counter.yml b/metadata/me.tsukanov.counter.yml index 14a5166324..46e52258cf 100644 --- a/metadata/me.tsukanov.counter.yml +++ b/metadata/me.tsukanov.counter.yml @@ -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