diff --git a/metadata/org.courville.nova.yml b/metadata/org.courville.nova.yml index 1491102fbb..99852b6038 100644 --- a/metadata/org.courville.nova.yml +++ b/metadata/org.courville.nova.yml @@ -387,6 +387,36 @@ Builds: gradleprops: - universal + - versionName: 6.0.52 + versionCode: 600052 + commit: 37c2067ec0e3c8e2457e227fb27692ed18d747c6 + subdir: Video + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y -t testing nasm + - apt-get install -y ninja-build build-essential + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + - apt-get install -y python3-wheel wget + - pip3 install meson==0.53.2 + gradle: + - noamazon + output: build/outputs/apk/noamazon/release/Video-universal-release-unsigned.apk + rm: + - native/torrentd/libs + - native/dav1d-android-builder/build-* + - native/ffmpeg-android-builder/dist-full-* + - MediaLib/libs/*jar + - FileCoreLibrary/libs/*jar + - native/opus-android-builder/lib + - native/openssl-android-builder/dist-* + ndk: r23b + gradleprops: + - universal + - sponsor + - adultScrape + MaintainerNotes: |- aos-fdroid git is dedicated to F-Droid builds and is updated from upstream repos. meson version is forced to 0.53.2 because 0.54.0 breaks dav1d's build. @@ -394,5 +424,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%v_c%c UpdateCheckMode: Tags -CurrentVersion: 6.0.49 -CurrentVersionCode: 600049 +CurrentVersion: 6.0.52 +CurrentVersionCode: 600052