Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
init version 1.0
  • Loading branch information
kingfisherphuoc authored Jun 10, 2024
0 parents commit d8d5281
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added goong_map_sdk.aar
Binary file not shown.
4 changes: 4 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
install:
- FILE="-Dfile=goong_map_sdk.aar"
- mvn install:install-file $FILE -DgroupId=io.goong.goong_map_sdk -DartifactId=goong_sdk -Dversion=1.0 -Dpackaging=aar
- -DgeneratePom=true
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.goong.goong_map_sdk</groupId>
<artifactId>goong_sdk</artifactId>
<version>1.0</version>
</project>

0 comments on commit d8d5281

Please # to comment.