Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Phecda
/
NGPlay
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Phecda
2020-04-07 15:43:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bef64040afea435f8f7053fc7a4bcfb4a5df1200
bef64040
1 parent
4a73a59b
feat(android): add support to gif and webp
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
android/app/build.gradle
android/app/build.gradle
View file @
bef6404
...
...
@@ -195,6 +195,13 @@ dependencies {
implementation
"androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
// For animated GIF support
implementation
'com.facebook.fresco:animated-gif:2.0.0'
// For WebP support, including animated WebP
implementation
'com.facebook.fresco:animated-webp:2.1.0'
implementation
'com.facebook.fresco:webpsupport:2.0.0'
debugImplementation
(
"com.facebook.flipper:flipper:${FLIPPER_VERSION}"
)
{
exclude
group:
'com.facebook.fbjni'
}
...
...
Please
register
or
login
to post a comment