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