From 842a156b3cc88a3c72237bb7a3546390d4da8ace Mon Sep 17 00:00:00 2001 From: KrzysztofMoch Date: Mon, 25 Sep 2023 12:17:33 +0200 Subject: [PATCH] chore(android/gradle): remove doubled `compileOptions` --- android/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index efc72f3b..11487135 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,11 +91,6 @@ android { exclude "**/libreact_render*.so" } - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - buildDir 'buildOutput_' + configStringPath sourceSets {