From 3d6dbacf36fc6704d91d07507152c5d0a2aeca90 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Thu, 18 Jul 2024 14:33:51 +0530 Subject: [PATCH] chore: remove BUILD_NUMBER export for fdroid --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 44a01d91ea..0e113548a5 100644 --- a/Makefile +++ b/Makefile @@ -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