is not current version
Last Version 1.6

com.github.sahasbhop:apng-view 1.4

Android custom Drawable that supports playing animation from an APNG file

GroupId

GroupId

com.github.sahasbhop
ArtifactId

ArtifactId

apng-view
Version

Version

1.4
Type

Type

aar

Download apng-view 1.4


<!-- https://jarcasting.com/artifacts/com.github.sahasbhop/apng-view/ -->
<dependency>
    <groupId>com.github.sahasbhop</groupId>
    <artifactId>apng-view</artifactId>
    <version>1.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sahasbhop/apng-view/
implementation 'com.github.sahasbhop:apng-view:1.4'
// https://jarcasting.com/artifacts/com.github.sahasbhop/apng-view/
implementation ("com.github.sahasbhop:apng-view:1.4")
'com.github.sahasbhop:apng-view:aar:1.4'
<dependency org="com.github.sahasbhop" name="apng-view" rev="1.4">
  <artifact name="apng-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.sahasbhop', module='apng-view', version='1.4')
)
libraryDependencies += "com.github.sahasbhop" % "apng-view" % "1.4"
[com.github.sahasbhop/apng-view "1.4"]