Skip to content

Commit

Permalink
Fix #7198: Update Android dependencies to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur authored and AaronVanGeffen committed Mar 14, 2018
1 parent a68c530 commit edbca00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/openrct2-android/app/build.gradle
Expand Up @@ -79,7 +79,7 @@ android.applicationVariants.all { variant ->
into "$variant.mergeAssets.outputDir/data"
}
download {
src 'https://github.com/OpenRCT2/openrct2-dependencies-android/releases/download/v0.7/g2.dat'
src 'https://github.com/OpenRCT2/openrct2-dependencies-android/releases/download/v0.8/g2.dat'
dest "$variant.mergeAssets.outputDir/data"
}
download {
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2-android/app/src/main/CMakeLists.txt
Expand Up @@ -22,7 +22,7 @@ endif()

include(ExternalProject)
ExternalProject_Add(libs
URL https://github.com/OpenRCT2/openrct2-dependencies-android/releases/download/v0.7/openrct2-libs-android-${ANDROID_ABI}.zip
URL https://github.com/OpenRCT2/openrct2-dependencies-android/releases/download/v0.8/openrct2-libs-android-${ANDROID_ABI}.zip

SOURCE_DIR "${CMAKE_BINARY_DIR}/libs"

Expand Down

0 comments on commit edbca00

Please sign in to comment.