Skip to content

Commit

Permalink
Update native lib version in thirdparty download script
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed May 26, 2017
1 parent 1c62a27 commit 3902e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty_download.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ task packNativeLibs(type: Zip) {
}

task downloadNativeLibs() << {
def lastVersion = '0.73.0'
def lastVersion = '0.74.0'
file(thirparty_build_root).mkdir()
ant.get(
src: "https://github.com/max-kammerer/orion-viewer/releases/download/$lastVersion/nativeLibs-${lastVersion}.zip",
Expand Down

0 comments on commit 3902e28

Please sign in to comment.