diff options
author | zeapo <mohamed@zenadi.com> | 2014-11-23 11:51:57 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-11-23 11:51:57 +0100 |
commit | 489273678fa708e114702364bd91705b06a996c2 (patch) | |
tree | ad95d65d2bfea85f1b8386f932438dbfebe8d3e1 /app/src/main/res/values/arrays.xml | |
parent | 3d01ad74b80d60e487ae7eaf76d9b2f04c7846cb (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.xml | 1 |
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 |