Skip to content

Commit 6f89be9

Browse files
committed
update repository v0.8.0
1 parent 4bb41eb commit 6f89be9

10 files changed

Lines changed: 62 additions & 5 deletions

File tree

glideavif/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ uploadArchives {
6666
repositories {
6767
mavenDeployer {
6868
repository url: "file://${deployTo}"
69-
pom.version = '0.7.0'
69+
pom.version = '0.8.0'
7070
pom.groupId = 'jp.co.link_u.library.glideavif'
7171
pom.artifactId = 'glideavif'
7272
}
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
104e000927c2f6334619f3f4f5843f71
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
087e0c06852511a3446e0e32249d595902dd379c
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>jp.co.link_u.library.glideavif</groupId>
6+
<artifactId>glideavif</artifactId>
7+
<version>0.8.0</version>
8+
<packaging>aar</packaging>
9+
<dependencies>
10+
<dependency>
11+
<groupId>org.jetbrains.kotlin</groupId>
12+
<artifactId>kotlin-android-extensions-runtime</artifactId>
13+
<version>1.3.72</version>
14+
<scope>compile</scope>
15+
</dependency>
16+
<dependency>
17+
<groupId>org.jetbrains.kotlin</groupId>
18+
<artifactId>kotlin-stdlib-jdk7</artifactId>
19+
<version>1.3.72</version>
20+
<scope>compile</scope>
21+
</dependency>
22+
<dependency>
23+
<groupId>androidx.appcompat</groupId>
24+
<artifactId>appcompat</artifactId>
25+
<version>1.1.0</version>
26+
<scope>compile</scope>
27+
</dependency>
28+
<dependency>
29+
<groupId>androidx.core</groupId>
30+
<artifactId>core-ktx</artifactId>
31+
<version>1.3.0</version>
32+
<scope>compile</scope>
33+
</dependency>
34+
<dependency>
35+
<groupId>com.github.bumptech.glide</groupId>
36+
<artifactId>glide</artifactId>
37+
<version>4.11.0</version>
38+
<scope>compile</scope>
39+
<exclusions>
40+
<exclusion>
41+
<artifactId>*</artifactId>
42+
<groupId>com.android.support</groupId>
43+
</exclusion>
44+
</exclusions>
45+
</dependency>
46+
<dependency>
47+
<groupId>com.android.support</groupId>
48+
<artifactId>support-fragment</artifactId>
49+
<scope>compile</scope>
50+
</dependency>
51+
</dependencies>
52+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1a2a939554a6d611f2ce75da33ff0f5a
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f76d6d80a2c658edd9996ba7afa5adfc213e92bc

repository/jp/co/link_u/library/glideavif/glideavif/maven-metadata.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
<groupId>jp.co.link_u.library.glideavif</groupId>
44
<artifactId>glideavif</artifactId>
55
<versioning>
6-
<release>0.7.0</release>
6+
<release>0.8.0</release>
77
<versions>
88
<version>0.5.0</version>
99
<version>0.6.0</version>
1010
<version>0.6.1</version>
1111
<version>0.6.2</version>
1212
<version>0.7.0</version>
13+
<version>0.8.0</version>
1314
</versions>
14-
<lastUpdated>20210202125905</lastUpdated>
15+
<lastUpdated>20210224102509</lastUpdated>
1516
</versioning>
1617
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ec489d3b620ef278afebc145625ebfa5
1+
23d63232cfd89c314585bbaa7c73f1df
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f4ccd43ebdcd4c064717df5d4b6a2c8b8e387bbf
1+
b563fa346d8f82f0d5f576688976e4b6a2867832

0 commit comments

Comments
 (0)