From f6b52dcdc62de565c72a7e559aef119506525df0 Mon Sep 17 00:00:00 2001 From: Eni Sinanaj Date: Sun, 17 Nov 2024 02:32:50 +0100 Subject: [PATCH] Update build.gradle --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index a16dd3e..207d4cd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -19,6 +19,7 @@ def DEFAULT_TARGET_SDK_VERSION = 31 android { compileSdkVersion project.hasProperty('compileSdkVersion') ? project.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION buildToolsVersion project.hasProperty('buildToolsVersion') ? project.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION + namespace "com.pilloxa.dfu" defaultConfig { minSdkVersion 18