diff --git a/metadata/org.schabi.newpipe.yml b/metadata/org.schabi.newpipe.yml index c51f363cf6..66cfb8a09b 100644 --- a/metadata/org.schabi.newpipe.yml +++ b/metadata/org.schabi.newpipe.yml @@ -869,10 +869,23 @@ Builds: rm: - doc + - versionName: 0.23.2 + versionCode: 988 + commit: 50f3131f1a46247ec4b9fab1720c7a6138f71f23 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + rm: + - doc + MaintainerNotes: ACRA is only used via email the users have to send themselves, see https://github.com/TeamNewPipe/NewPipe/issues/8705 AutoUpdateMode: Version v%v UpdateCheckMode: Tags .*[0-9]$ -CurrentVersion: 0.23.1 -CurrentVersionCode: 987 +CurrentVersion: 0.23.2 +CurrentVersionCode: 988