aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2014-11-23 11:51:57 +0100
committerzeapo <mohamed@zenadi.com>2014-11-23 11:51:57 +0100
commit489273678fa708e114702364bd91705b06a996c2 (patch)
treead95d65d2bfea85f1b8386f932438dbfebe8d3e1 /app/src/main/res/values/arrays.xml
parent3d01ad74b80d60e487ae7eaf76d9b2f04c7846cb (diff)
allow the user to select https (not working yet)
Diffstat (limited to 'app/src/main/res/values/arrays.xml')
-rw-r--r--app/src/main/res/values/arrays.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 49be6e77..3fc10c7f 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -6,5 +6,6 @@
</string-array>
<string-array name="clone_protocols">
<item>ssh://</item>
+ <item>https://</item>
</string-array>
</resources> \ No newline at end of file