Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kingfisherphuoc committed Jun 10, 2024
1 parent d7a0921 commit 67394c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 31 deletions.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install:
- FILE="-Dfile=goong_map_sdk-release.aar"
- mvn install:install-file $FILE -Dpackaging=aar -DpomFile=pom-default.xml
- mvn install:install-file $FILE -Dpackaging=aar -DpomFile=pom.xml
9 changes: 0 additions & 9 deletions pom-default.xml

This file was deleted.

37 changes: 16 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
<!--<?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.1</version>-->
<!-- <dependencies>-->
<!-- <dependency>-->
<!-- <groupId>com.github.goong-io</groupId>-->
<!-- <artifactId>goong-map-android-sdk</artifactId>-->
<!-- <version>LATEST</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.maplibre.gl</groupId>-->
<!-- <artifactId>android-sdk</artifactId>-->
<!-- <version>11.0.0</version>-->
<!-- </dependency>-->
<!-- </dependencies>-->
<!--</project>-->
<?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.5</version>
<dependencies>
<dependency>
<groupId>org.maplibre.gl</groupId>
<artifactId>android-sdk</artifactId>
<version>11.0.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 67394c1

Please sign in to comment.