1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-11 10:02:27 +01:00

Update Android title sequence

This commit is contained in:
Michał Janiszewski
2017-08-07 22:49:35 +02:00
parent 304a7f3f45
commit 591aa8a263

View File

@@ -83,7 +83,7 @@ android.applicationVariants.all { variant ->
dest "$variant.mergeAssets.outputDir/data"
}
download {
src 'https://github.com/OpenRCT2/title-sequences/releases/download/v0.0.5/title-sequence-v0.0.5.zip'
src 'https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.0/title-sequence-v0.1.0.zip'
dest new File(buildDir, 'title-sequence.zip')
}
copy {