From 517e77fdfb3fc0a928c7f8e8a7e7c613c6ab13c1 Mon Sep 17 00:00:00 2001 From: Blatzar <46196380+Blatzar@users.noreply.github.com> Date: Tue, 30 Nov 2021 17:20:36 +0100 Subject: [PATCH] fix build.gradle --- .idea/misc.xml | 7 +++++++ app/build.gradle | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 4bc4fc6e..dd1a1898 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,12 @@ + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 802ec979..34ff6d40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,9 +30,6 @@ android { compileSdkVersion 31 buildToolsVersion "30.0.3" - def Properties properties = new Properties() - properties.load(project.rootProject.file("local.properties").newDataInputStream()) - defaultConfig { applicationId "com.lagradost.cloudstream3" minSdkVersion 21