Parcourir la source

Update the Dropbox SDK version

Felix Paul Kühne il y a 10 ans
Parent
commit
4bdf8f72c3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      compileVLCforiOS.sh

+ 1 - 1
compileVLCforiOS.sh

@@ -233,7 +233,7 @@ else
 cd CocoaHTTPServer && git pull --rebase && cd ..
 fi
 if ! [ -e Dropbox ]; then
-DROPBOXSDKVERSION=1.3.9
+DROPBOXSDKVERSION=1.3.13
 curl -O https://www.dropbox.com/static/developers/dropbox-ios-sdk-${DROPBOXSDKVERSION}.zip
 unzip -q dropbox-ios-sdk-${DROPBOXSDKVERSION}.zip
 mv dropbox-ios-sdk-${DROPBOXSDKVERSION} Dropbox