diff --git a/metadata/org.courville.nova.yml b/metadata/org.courville.nova.yml index b6fb1624b4..138c9d5e3b 100644 --- a/metadata/org.courville.nova.yml +++ b/metadata/org.courville.nova.yml @@ -10,7 +10,7 @@ Translation: https://crowdin.com/project/nova-video-player Changelog: https://github.com/nova-video-player/aos-AVP/raw/nova/CHANGELOG.md LiberapayID: '1566972' -AutoName: Nova Video +AutoName: Nova Video Player RepoType: git Repo: https://github.com/nova-video-player/aos-fdroid/ @@ -286,6 +286,30 @@ Builds: gradleprops: - universal + - versionName: 4.49.10 + versionCode: 404910 + commit: v4.49.10_c404910 + subdir: Video + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y -t testing nasm + - apt-get install -y ninja-build maven build-essential + - pip3 install meson==0.53.2 + gradle: + - noamazon + output: build/outputs/apk/noamazon/release/Video-universal-release-unsigned.apk + rm: + - native/libtorrent/bin* + - native/torrentd/libs + - native/dav1d-android-builder/build-* + - native/ffmpeg-android-builder/dist-full-* + - MediaLib/libs/*jar + prebuild: rm -f FileCoreLibrary/libs/*jar + ndk: r21d + gradleprops: + - universal + 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. @@ -293,5 +317,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%v_c%c UpdateCheckMode: Tags -CurrentVersion: 4.49.9 -CurrentVersionCode: 404909 +CurrentVersion: 4.49.10 +CurrentVersionCode: 404910