diff --git a/ANONdroidVPN.iml b/ANONdroidVPN.iml index ddf5581786c3e8465526496fb59e9e84e767215b..88cb0584449354fe8605bb7303db6c7bb01fba38 100644 --- a/ANONdroidVPN.iml +++ b/ANONdroidVPN.iml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.id="ANONdroidVPN" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4"> +<module external.linked.project.id="ANONdroidVPN" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> <component name="FacetManager"> <facet type="java-gradle" name="Java-Gradle"> <configuration> - <option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" /> <option name="BUILDABLE" value="false" /> </configuration> </facet> </component> - <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true"> + <component name="NewModuleRootManager"> <exclude-output /> <content url="file://$MODULE_DIR$"> <excludeFolder url="file://$MODULE_DIR$/.gradle" /> + <excludeFolder url="file://$MODULE_DIR$/build" /> </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> diff --git a/build.gradle b/build.gradle index 3eedd889581dfb8aa57bc0615f7114f87afb2d31..85a0cb6806e772e772390898bddcff4c64eda8cc 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:7.0.4' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files