diff --git a/metadata/org.courville.nova.yml b/metadata/org.courville.nova.yml index d9e451bd1a..7d17209783 100644 --- a/metadata/org.courville.nova.yml +++ b/metadata/org.courville.nova.yml @@ -43,6 +43,33 @@ Builds: gradleprops: - universal + - versionName: 4.48.9 + versionCode: 404809 + commit: v4.48.9_c404809 + 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: + - sed -i -e 's/^\(\s*versionName\).*/\1 "$$VERSION$$"/g' build.gradle + - sed -i -e 's/^\(\s*\)2108380 .*/\1$$VERCODE$$/g' build.gradle + - rm -f FileCoreLibrary/libs/*jar + ndk: r21b + 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. @@ -50,5 +77,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%v_c%c UpdateCheckMode: Tags -CurrentVersion: 4.48.8 -CurrentVersionCode: 404808 +CurrentVersion: 4.48.9 +CurrentVersionCode: 404809