Skip to content

Commit

Permalink
update to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GC committed Mar 19, 2021
1 parent df72163 commit 31696da
Show file tree
Hide file tree
Showing 42 changed files with 391 additions and 12 deletions.
22 changes: 15 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# AndroidGlideAvifDecoder

![Build AAR](https://github.com/link-u/AndroidGlideAvifDecoder/workflows/Build%20AAR/badge.svg)

## Installation

Download AAR from ![latest release](https://github.com/link-u/AndroidGlideAvifDecoder/releases)
and put it to your project module's libs.

Insert below line to build.gradle.
```
implementation(name: 'glideavif', ext: 'aar', version: 'your-downloaded-version')
repositories {
...
maven { url 'https://github.com/link-u/AndroidGlideAvifDecoder/raw/master/repository' }
...
}
...
implementation 'jp.co.link_u.library.glideavif:glideavif'
```

or
```
implementation 'jp.co.link_u.library.glideavif:glideavif-8bpc'
```

Add GradleModule to your project.
`glideavif-8bpc` supports only 8bpc image. But, the library is lighter than full color depth.

## Example

Expand Down
2 changes: 1 addition & 1 deletion glideavif/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
kapt 'com.github.bumptech.glide:compiler:4.11.0'
}

def mavenVersion = '0.8.0'
def mavenVersion = '0.8.1'

afterEvaluate {
publishing {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6e0e2d7a352f6e8ca86ab147fcb111b0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e610d70e233725251cc0496ea1bbe18b06a2bf53
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f9b95b06a6dea599eda5ad176b113227be534cd85b9ea6347002c303ee99d30
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ad60f4e9cecbd72681c6e63734675e59cdf338576b67ea3d185e5d57262ea4160357815fcf5f766f5b68b8a4eede6d4dbdef48a4686fb4b2209a84cf3d31fccd
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"formatVersion": "1.1",
"component": {
"group": "jp.co.link_u.library.glideavif",
"module": "glideavif-8bpc",
"version": "0.8.1",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "6.1.1",
"buildId": "aidprpxesfdypb3ad53onc2nfi"
}
},
"variants": [
{
"name": "only8bpcReleaseApiPublication",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.libraryelements": "aar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "glideavif-8bpc-0.8.1.aar",
"url": "glideavif-8bpc-0.8.1.aar",
"size": 6651462,
"sha512": "ad60f4e9cecbd72681c6e63734675e59cdf338576b67ea3d185e5d57262ea4160357815fcf5f766f5b68b8a4eede6d4dbdef48a4686fb4b2209a84cf3d31fccd",
"sha256": "5f9b95b06a6dea599eda5ad176b113227be534cd85b9ea6347002c303ee99d30",
"sha1": "e610d70e233725251cc0496ea1bbe18b06a2bf53",
"md5": "6e0e2d7a352f6e8ca86ab147fcb111b0"
}
]
},
{
"name": "only8bpcReleaseRuntimePublication",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.libraryelements": "aar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "org.jetbrains.kotlin",
"module": "kotlin-android-extensions-runtime",
"version": {
"requires": "1.3.72"
}
},
{
"group": "org.jetbrains.kotlin",
"module": "kotlin-stdlib-jdk7",
"version": {
"requires": "1.3.72"
}
},
{
"group": "androidx.appcompat",
"module": "appcompat",
"version": {
"requires": "1.1.0"
}
},
{
"group": "androidx.core",
"module": "core-ktx",
"version": {
"requires": "1.3.0"
}
},
{
"group": "com.github.bumptech.glide",
"module": "glide",
"version": {
"requires": "4.11.0"
},
"excludes": [
{
"group": "com.android.support",
"module": "*"
}
]
},
{
"group": "com.android.support",
"module": "support-fragment"
}
],
"files": [
{
"name": "glideavif-8bpc-0.8.1.aar",
"url": "glideavif-8bpc-0.8.1.aar",
"size": 6651462,
"sha512": "ad60f4e9cecbd72681c6e63734675e59cdf338576b67ea3d185e5d57262ea4160357815fcf5f766f5b68b8a4eede6d4dbdef48a4686fb4b2209a84cf3d31fccd",
"sha256": "5f9b95b06a6dea599eda5ad176b113227be534cd85b9ea6347002c303ee99d30",
"sha1": "e610d70e233725251cc0496ea1bbe18b06a2bf53",
"md5": "6e0e2d7a352f6e8ca86ab147fcb111b0"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5722429a251cce95bee74e94d09a5d67
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ddce0a739c44602fddfd98b3a74bb2a1620c6bb2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a3c09e7c88f14368f19d34550e4b0460e3ce40fb95b5f4b27bcda48f174c8c97
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f1839d6422db805593faebe14e35fc113ecb71de67e902ebee5c34f5c0e3d8363802c2d96739d8f747a7b065ac8ff38e0cea31449a0fa9c97d3f9fa7f068fb67
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>jp.co.link_u.library.glideavif</groupId>
<artifactId>glideavif-8bpc</artifactId>
<version>0.8.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.3.72</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.3.72</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.11.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>com.android.support</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-fragment</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f271eaefe2746610a2e6965d482112c6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5fe34247afe2e9a4e60d25b64b8e60455c7ec039
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19bd008a2429fcd460e6b5b1cbcf4be9d28449107bd1824d7ac9d098ccb9fe0b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c7f094ae6718acc3498e148ce76abaf7d40a9d5dfc40a95b61b910343a5e6f07edc1f5003c0800b21f097bd4a15ee0797f4f3b8eb6c805f19e26f3a4f2bdf62c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>jp.co.link_u.library.glideavif</groupId>
<artifactId>glideavif-8bpc</artifactId>
<versioning>
<latest>0.8.1</latest>
<release>0.8.1</release>
<versions>
<version>0.8.1</version>
</versions>
<lastUpdated>20210319105629</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e651b5f1febf8cc7c01f13516eecf336
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7132bf3c64bcbacc765f9a93e4b635b968537a99
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
922246e3aab0bc5050c8ac2adeb8e395df87fd16a7461cb2cfdd33b119b1b89b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fc4f479b025b6f169c2363f5593d55a5f33768aba6e285db2cfe23079692b792e185166df2fb3f9e7cfd3d4685ee2c04ec3f028414d41e93ec9d89c806af583c
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0abd380526d51869633cb1c0f33afd8a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f44ec7fc6fc401d5aed32102dd4f1b781940a917
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
34c07a6ddd48027595e114f3f19884913286705f54566f92cf41cb2e730f5767
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
447744064e7d59110424d1f80601f3b2381f601bf66ea0923c202a84907b40f89e30d07fade8cac90484d0bb31bbebd5d3cd5774f5b1822f4dde2405e5ee6621
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"formatVersion": "1.1",
"component": {
"group": "jp.co.link_u.library.glideavif",
"module": "glideavif",
"version": "0.8.1",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "6.1.1",
"buildId": "aidprpxesfdypb3ad53onc2nfi"
}
},
"variants": [
{
"name": "fullReleaseApiPublication",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.libraryelements": "aar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "glideavif-0.8.1.aar",
"url": "glideavif-0.8.1.aar",
"size": 7455848,
"sha512": "447744064e7d59110424d1f80601f3b2381f601bf66ea0923c202a84907b40f89e30d07fade8cac90484d0bb31bbebd5d3cd5774f5b1822f4dde2405e5ee6621",
"sha256": "34c07a6ddd48027595e114f3f19884913286705f54566f92cf41cb2e730f5767",
"sha1": "f44ec7fc6fc401d5aed32102dd4f1b781940a917",
"md5": "0abd380526d51869633cb1c0f33afd8a"
}
]
},
{
"name": "fullReleaseRuntimePublication",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.libraryelements": "aar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "org.jetbrains.kotlin",
"module": "kotlin-android-extensions-runtime",
"version": {
"requires": "1.3.72"
}
},
{
"group": "org.jetbrains.kotlin",
"module": "kotlin-stdlib-jdk7",
"version": {
"requires": "1.3.72"
}
},
{
"group": "androidx.appcompat",
"module": "appcompat",
"version": {
"requires": "1.1.0"
}
},
{
"group": "androidx.core",
"module": "core-ktx",
"version": {
"requires": "1.3.0"
}
},
{
"group": "com.github.bumptech.glide",
"module": "glide",
"version": {
"requires": "4.11.0"
},
"excludes": [
{
"group": "com.android.support",
"module": "*"
}
]
},
{
"group": "com.android.support",
"module": "support-fragment"
}
],
"files": [
{
"name": "glideavif-0.8.1.aar",
"url": "glideavif-0.8.1.aar",
"size": 7455848,
"sha512": "447744064e7d59110424d1f80601f3b2381f601bf66ea0923c202a84907b40f89e30d07fade8cac90484d0bb31bbebd5d3cd5774f5b1822f4dde2405e5ee6621",
"sha256": "34c07a6ddd48027595e114f3f19884913286705f54566f92cf41cb2e730f5767",
"sha1": "f44ec7fc6fc401d5aed32102dd4f1b781940a917",
"md5": "0abd380526d51869633cb1c0f33afd8a"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
57181eb11650150653a1ee5d4a8c968e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d69c023fc495427c2dedc5efc7fe9875be1f9114
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f01603f158b7825749bd8696719ed044fc8f4edf1da591ed300e2b47755b4b70
Loading

0 comments on commit 31696da

Please sign in to comment.