We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 3732328Copy full SHA for 3732328
gpupixel-release.aar
4.69 MB
jitpack.yml
@@ -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
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ 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