Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump com.github.penfeizhou.android.animation:apng from 2.23.0 to 2.28.0 #1862

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation libs.glide.glide
kapt libs.glide.compiler
implementation "com.google.accompanist:accompanist-glide:0.14.0"
implementation 'com.github.penfeizhou.android.animation:apng:2.23.0'
implementation 'com.github.penfeizhou.android.animation:apng:2.28.0'
implementation 'com.caverock:androidsvg-aar:1.4'
implementation libs.okhttp3.logging.inspector

Expand Down
2 changes: 1 addition & 1 deletion modules/common_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
//glide
kapt libs.glide.compiler
implementation "com.google.accompanist:accompanist-glide:0.14.0"
implementation 'com.github.penfeizhou.android.animation:apng:2.23.0'
implementation 'com.github.penfeizhou.android.animation:apng:2.28.0'
implementation 'com.caverock:androidsvg-aar:1.4'
implementation libs.kotlin.datetime

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencyResolutionManagement {
library('glide-glide', 'com.github.bumptech.glide:glide:4.14.2')
library('glide-compiler', 'com.github.bumptech.glide:compiler:4.14.2')
library('accompanist-glide', 'com.google.accompanist:accompanist-glide:0.14.0')
library('animation-apng', 'com.github.penfeizhou.android.animation:apng:2.23.0')
library('animation-apng', 'com.github.penfeizhou.android.animation:apng:2.28.0')

library('wada811-databinding', 'com.github.wada811:DataBinding-ktx:5.0.2')

Expand Down