summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-05-03 14:16:32 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-05-03 14:16:32 -0400
commit82464b86c8b432904c0af7e71f71c4ff9cff21e0 (patch)
treed34f151ce79d8f2af91c222b01df8089c7fbca7a /app
parent5a8702c299bfa9695ee4f359c2f9a0a6e8d653e3 (diff)
downloadAntennaPod-82464b86c8b432904c0af7e71f71c4ff9cff21e0.zip
fixed typo
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4561dd930..9e43f1ed3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -114,7 +114,7 @@ android {
task filterAbout {
inputs.files files(['src/main/templates/about.html',
'src/main/AndroidManifest.xml'])
- outputs.file 'src/main/assests/about.html'
+ outputs.file 'src/main/assets/about.html'
} << {
copy {
from 'src/main/templates/about.html'