From 1d093c95b2ea51e592927e0256229779c891b1cb Mon Sep 17 00:00:00 2001 From: Nicolas Hahn Date: Tue, 16 Apr 2024 16:07:41 +0200 Subject: [PATCH] remove android ndk declaration --- android/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 561b5c1..f50704b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,8 +34,6 @@ android { testNamespace "br.com.yanncabral.open_settings_plus" } compileSdkVersion 34 - ndkVersion "25.1.8937393" - compileOptions { sourceCompatibility JavaVersion.VERSION_17