Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2020-02-25 01:22:48 +0300
committerstefan-niedermann <info@niedermann.it>2020-02-25 01:22:48 +0300
commit63b6b71bf0ea8a985f45bf13666b55b6a76a2e7e (patch)
tree0b2e5c0b0930d2550bc7616f7f39d8058ed14bb1
parent34887fafba5dab945d337c6a5b0cbc9445a64657 (diff)
Remove local SSO version
-rw-r--r--settings.gradle6
1 files changed, 1 insertions, 5 deletions
diff --git a/settings.gradle b/settings.gradle
index 2104f465a..9d495b34f 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1 @@
-include ':app'
-//include ':Android-SingleSignOn'
-
-include ':Android-SingleSignOn'
-project(':Android-SingleSignOn').projectDir = new File('../Android-SingleSignOn') \ No newline at end of file
+include ':app' \ No newline at end of file