fix build.gradle

This commit is contained in:
Blatzar 2021-11-30 17:20:36 +01:00
parent 3fe746f1b2
commit 517e77fdfb
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">
<map>
<entry key="app/src/main/res/layout/fragment_result.xml" value="0.75" />
</map>
</option>
</component>
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK" />
</project>

View File

@ -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