mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Fix #7198: Update Android dependencies to 0.8
This commit is contained in:
committed by
Aaron van Geffen
parent
a68c5301eb
commit
edbca00d66
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user