1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Update objects to 1.0.11 (#9529)

This commit is contained in:
Michael Steenbeek
2019-07-06 16:50:58 +02:00
committed by GitHub
parent a7f8960151
commit 8ff0cf9546
6 changed files with 9 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ android.applicationVariants.all { variant ->
into "$variant.mergeAssets.outputDir/data/title"
}
download {
src 'https://github.com/OpenRCT2/objects/releases/download/v1.0.10/objects.zip'
src 'https://github.com/OpenRCT2/objects/releases/download/v1.0.11/objects.zip'
dest new File(buildDir, 'objects.zip')
}
copy {