diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-05-03 14:16:32 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-05-03 14:16:32 -0400 |
commit | 82464b86c8b432904c0af7e71f71c4ff9cff21e0 (patch) | |
tree | d34f151ce79d8f2af91c222b01df8089c7fbca7a /app | |
parent | 5a8702c299bfa9695ee4f359c2f9a0a6e8d653e3 (diff) | |
download | AntennaPod-82464b86c8b432904c0af7e71f71c4ff9cff21e0.zip |
fixed typo
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
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' |