Jelajahi Sumber

Update the Dropbox SDK version

Felix Paul Kühne 10 tahun lalu
induk
melakukan
4bdf8f72c3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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