chore: remove BUILD_NUMBER export for fdroid

This commit is contained in:
Siddarth Kumar 2024-07-18 14:33:51 +05:30
parent 2583efdba3
commit 3d6dbacf36
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ release: release-android release-ios ##@build Build release for Android and iOS
build-fdroid: export BUILD_ENV = prod
build-fdroid: export BUILD_TYPE = release
build-fdroid: export BUILD_NUMBER ?= $(TMP_BUILD_NUMBER)
build-fdroid: export ANDROID_ABI_SPLIT = false
build-fdroid: export ANDROID_ABI_INCLUDE = armeabi-v7a;arm64-v8a;x86;x86_64
build-fdroid: ##@build Build release for F-Droid