From c857de39edde4f3d4e629a3c50678d269f81dc5c Mon Sep 17 00:00:00 2001 From: Hussein Kasem Date: Tue, 19 Nov 2019 15:41:03 +0100 Subject: [PATCH] Android build: Fix property name --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a926e8c..14e4400 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ def pEpEngineSrc = hasProperty('pEpEngineSrc') ? pEpEngineSrc : "../../pEpEngine" def buildAutomatic = hasProperty('buildAutomatic') ? buildAutomatic : "true" -def threadsToUse = hasProperty('threadsToUse') ? buildAutomatic : 2 +def threadsToUse = hasProperty('threadsToUse') ? threadsToUse : 2 def pEpEngineDB = new File(new File(pEpEngineSrc), 'db')