Android Gif Drawable

An implementation of an Android Drawable providing a simple way to display a gif in an Android app

License

License

GroupId

GroupId

app.redwarp.gif
ArtifactId

ArtifactId

android-drawable
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

Android Gif Drawable
An implementation of an Android Drawable providing a simple way to display a gif in an Android app
Project URL

Project URL

https://github.com/redwarp/gifdecoder
Source Code Management

Source Code Management

https://github.com/redwarp/gifdecoder

Download android-drawable

How to add to project

<!-- https://jarcasting.com/artifacts/app.redwarp.gif/android-drawable/ -->
<dependency>
    <groupId>app.redwarp.gif</groupId>
    <artifactId>android-drawable</artifactId>
    <version>1.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.redwarp.gif/android-drawable/
implementation 'app.redwarp.gif:android-drawable:1.2.0'
// https://jarcasting.com/artifacts/app.redwarp.gif/android-drawable/
implementation ("app.redwarp.gif:android-drawable:1.2.0")
'app.redwarp.gif:android-drawable:aar:1.2.0'
<dependency org="app.redwarp.gif" name="android-drawable" rev="1.2.0">
  <artifact name="android-drawable" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.redwarp.gif', module='android-drawable', version='1.2.0')
)
libraryDependencies += "app.redwarp.gif" % "android-drawable" % "1.2.0"
[app.redwarp.gif/android-drawable "1.2.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
app.redwarp.gif : decoder jar 1.2.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.7.0
androidx.appcompat » appcompat jar 1.4.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
0.9.0
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.2