From 21ad14a550a46327e0e62e88ee4c9c098f6b892d Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Sat, 16 Dec 2023 20:52:12 +0600 Subject: [PATCH] Revert "Add java 1 8 compability" This reverts commit 93cca53f84e14c0c61dba974959162714b8d7e96. --- android/build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 24e095ab..ed577065 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. -android { - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } -} - buildscript { repositories {