Skip to content

Commit 3732328

Browse files
committed
update .
0 parents  commit 3732328

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

gpupixel-release.aar

4.69 MB
Binary file not shown.

jitpack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
install:
2+
- FILE="-Dfile=gpupixel-release.aar"
3+
- mvn install:install-file $FILE -DgroupId=com.pixpark.gpupixel -DartifactId=dev -Dversion=1.0 -Dpackaging=aar -DgeneratePom=true

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="iso-8859-1"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5+
http://maven.apache.org/maven-v4_0_0.xsd">
6+
<modelVersion>4.0.0</modelVersion>
7+
<groupId>com.pixpark.gpupixel</groupId>
8+
<artifactId>dev</artifactId>
9+
<version>0.3.1</version>
10+
</project>

0 commit comments

Comments
 (0)