1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00

Update required objects version

This commit is contained in:
Gymnasiast
2018-06-23 17:37:39 +02:00
parent 5128737666
commit 2172902b47
4 changed files with 6 additions and 6 deletions

View File

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