Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sridatta Gorugantula
Stickers
Commits
79b72e41
Commit
79b72e41
authored
Jan 22, 2020
by
ar-arvind
Committed by
Simon Xu
Jan 24, 2020
Browse files
Bump Fresco library to 2.1.0
parent
9def2ad6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Android/app/build.gradle
View file @
79b72e41
...
...
@@ -105,10 +105,11 @@ dependencies {
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.2.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
implementation
'androidx.recyclerview:recyclerview:1.
0
.0'
implementation
'androidx.recyclerview:recyclerview:1.
1
.0'
implementation
'androidx.constraintlayout:constraintlayout:1.1.3'
implementation
'com.facebook.fresco:fresco:2.0.0'
implementation
'com.facebook.fresco:webpsupport:2.0.0'
implementation
'com.facebook.fresco:animated-webp:2.0.0'
implementation
'com.facebook.fresco:animated-base:2.0.0'
def
fresco_version
=
'2.1.0'
implementation
"com.facebook.fresco:fresco:$fresco_version"
implementation
"com.facebook.fresco:webpsupport:$fresco_version"
implementation
"com.facebook.fresco:animated-webp:$fresco_version"
implementation
"com.facebook.fresco:animated-base:$fresco_version"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment