Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
GC committed Jun 4, 2020
1 parent 6da6c7c commit aa1cc59
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 5 deletions.
2 changes: 1 addition & 1 deletion glideavif/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ uploadArchives {
repositories {
mavenDeployer {
repository url: "file://${deployTo}"
pom.version = '0.5.0'
pom.version = '0.6.0'
pom.groupId = 'jp.co.link_u.library.glideavif'
pom.artifactId = 'glideavif'
}
Expand Down
Binary file modified glideavif/src/main/cpp/lib/arm64-v8a/libdav1d.a
Binary file not shown.
Binary file modified glideavif/src/main/cpp/lib/arm64-v8a/libyuv.a
Binary file not shown.
Binary file modified glideavif/src/main/cpp/lib/armeabi-v7a/libdav1d.a
Binary file not shown.
Binary file modified glideavif/src/main/cpp/lib/armeabi-v7a/libyuv.a
Binary file not shown.
Binary file modified glideavif/src/main/cpp/lib/x86/libdav1d.a
Binary file not shown.
Binary file modified glideavif/src/main/cpp/lib/x86/libyuv.a
Binary file not shown.
Binary file modified glideavif/src/main/cpp/lib/x86_64/libdav1d.a
Binary file not shown.
Binary file modified glideavif/src/main/cpp/lib/x86_64/libyuv.a
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
82faa8b392154f0f4c53c8567665554d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5dceb280567e869d2a746c75a2d9238436d52c34
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>jp.co.link_u.library.glideavif</groupId>
<artifactId>glideavif</artifactId>
<version>0.6.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.3.72</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.3.72</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.11.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>com.android.support</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-fragment</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8e6c0a27fd03b8150bf497c7d1576f39
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
78899ec908805a80cc6a4b05b451eb5418084d9f
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<groupId>jp.co.link_u.library.glideavif</groupId>
<artifactId>glideavif</artifactId>
<versioning>
<release>0.5.0</release>
<release>0.6.0</release>
<versions>
<version>0.5.0</version>
<version>0.6.0</version>
</versions>
<lastUpdated>20200529082004</lastUpdated>
<lastUpdated>20200604050511</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
06488001ddcc61f24680929e9c69ebf7
753547fb1864c6e6d85414db77570605
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11522a919b5519c8175b9406f48e045e0fc94ac1
b07003938cd83b292eb6fde09612967923619a18

0 comments on commit aa1cc59

Please sign in to comment.