Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kingfisherphuoc committed Jun 10, 2024
1 parent d8d5281 commit fce0d12
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
File renamed without changes.
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +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
- FILE="-Dfile=goong_map_sdk-release.aar"
- mvn install:install-file $FILE -DgroupId=io.goong.goong_map_sdk -DartifactId=goong_sdk -Dversion=1.1 -Dpackaging=aar
- -DgeneratePom=true
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.goong.goong_map_sdk</groupId>
<artifactId>goong_sdk</artifactId>
<version>1.0</version>
<version>1.1</version>
<dependencies>
<dependency>
<groupId>org.maplibre.gl</groupId>
<artifactId>android-sdk</artifactId>
<version>11.0.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit fce0d12

Please # to comment.