Skip to content

Commit 4924c53

Browse files
committed
Add version 3.1.0 with 16KB page size support
1 parent 2a7fe91 commit 4924c53

File tree

51 files changed

+214
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+214
-9
lines changed

README.md

Lines changed: 3 additions & 2 deletions
1.18 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7a139b9f9ed0a43ce32fe87a6528fdcc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f1821795ca25c0b811fa896e0821481335b94136
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
64e4661e46a7469d38bc9f17c33b87a90c8fe3fe36df85345445e009ab9601ec
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
51dfa3b091b95588ee17f5fab1749752aa835e9ec65981952506f5a83aa7fc02dac892c931f7a613e64163f5f5d693f520eac79a3d329478b342146a20d32dca
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.wysaid</groupId>
6+
<artifactId>gpuimage-plus</artifactId>
7+
<version>3.1.0-16k-min</version>
8+
<packaging>aar</packaging>
9+
<name>gpuimage-plus</name>
10+
<description>A C++ &amp; Java library for Image/Camera/Video filters.</description>
11+
<url>https://github.com/wysaid/android-gpuimage-plus</url>
12+
<licenses>
13+
<license>
14+
<name>The MIT License</name>
15+
<url>https://github.com/wysaid/android-gpuimage-plus/blob/master/LICENSE</url>
16+
</license>
17+
</licenses>
18+
<developers>
19+
<developer>
20+
<id>wysaid</id>
21+
<name>Wang Yang</name>
22+
<email>wysaid@gmail.com</email>
23+
</developer>
24+
</developers>
25+
<scm>
26+
<connection>https://github.com/wysaid/android-gpuimage-plus.git</connection>
27+
<developerConnection>https://github.com/wysaid/android-gpuimage-plus.git</developerConnection>
28+
<url>https://github.com/wysaid/android-gpuimage-plus</url>
29+
</scm>
30+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
51eeb32d4907e3c02454cd4375729499
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ac6b08c4347bf899b058a8db62ce362163d0b36f
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a8e3b88821fb420fa97f535004c0c1aaad1441c832569767ed40c3478f62e1cb

0 commit comments

Comments
 (0)