Update Android title sequence

This commit is contained in:
Michał Janiszewski 2017-08-07 22:49:35 +02:00
parent 304a7f3f45
commit 591aa8a263
No known key found for this signature in database
GPG Key ID: 926C460419971ACA
1 changed files with 1 additions and 1 deletions

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 {