Selaa lähdekoodia

Update the Dropbox SDK version

Felix Paul Kühne 10 vuotta sitten
vanhempi
commit
4bdf8f72c3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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