diff --git a/metadata/org.schabi.newpipe.yml b/metadata/org.schabi.newpipe.yml index 1fc1c36fc9..fb7558a52c 100644 --- a/metadata/org.schabi.newpipe.yml +++ b/metadata/org.schabi.newpipe.yml @@ -804,7 +804,18 @@ Builds: gradle: - yes + - versionName: 0.22.0 + versionCode: 983 + commit: 7ae908a4662398fee2ea7882c4004ba22c2761be + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version v%v UpdateCheckMode: Tags .*[0-9]$ -CurrentVersion: 0.21.16 -CurrentVersionCode: 982 +CurrentVersion: 0.22.0 +CurrentVersionCode: 983