diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 587cd8ec6..f71525cfd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ diff --git a/settings.gradle b/settings.gradle index acf8d1951..203f0958d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,4 @@ include ':app', ':routerjars' + +//System.out.println("Do you want to access the network to download dependencies? (y/n)") +//useNet = (System.console().readLine().toLowerCase() == 'y')