fixed typo

This commit is contained in:
Tom Hennen 2015-05-03 14:16:32 -04:00
parent 5a8702c299
commit 82464b86c8

View File

@ -114,7 +114,7 @@ android {
task filterAbout { task filterAbout {
inputs.files files(['src/main/templates/about.html', inputs.files files(['src/main/templates/about.html',
'src/main/AndroidManifest.xml']) 'src/main/AndroidManifest.xml'])
outputs.file 'src/main/assests/about.html' outputs.file 'src/main/assets/about.html'
} << { } << {
copy { copy {
from 'src/main/templates/about.html' from 'src/main/templates/about.html'