From 5dbb18f510468b6e0d58bbfb1e2092125a06c846 Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Tue, 9 Jan 2018 17:01:33 +0100 Subject: [PATCH] Enable multidex on Andoid versions prior to 21 Fixes #617 Signed-off-by: mueller-ma --- mobile/build.gradle | 2 +- mobile/src/main/AndroidManifest.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 285c542a25..c532e5137e 100755 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -13,7 +13,7 @@ android { applicationId "org.openhab.habdroid" minSdkVersion 14 targetSdkVersion 25 - multiDexEnabled = true + multiDexEnabled true testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/mobile/src/main/AndroidManifest.xml b/mobile/src/main/AndroidManifest.xml index b47ce2eb8e..63323193f7 100644 --- a/mobile/src/main/AndroidManifest.xml +++ b/mobile/src/main/AndroidManifest.xml @@ -29,6 +29,7 @@ android:required="false" />