Skip to content

Commit

Permalink
6.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Apr 5, 2024
1 parent 078f665 commit c583b38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 6.7.4 (TBD)
## [6.7.4](https://github.com/ngageoint/geopackage-android-map/releases/tag/6.7.4) (04-05-2024)

* geopackage-android version 6.7.4
* Get Tile Providers and Bounded Overlays by tile table, feature table, or user DAO
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ geoPackage.close();

### Installation ###

Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|6.7.3|aar) (AAR, POM, Source, Javadoc)
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|6.7.4|aar) (AAR, POM, Source, Javadoc)

api 'mil.nga.geopackage.map:geopackage-android-map:6.7.3'
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.4'

### Build ###

Expand All @@ -216,7 +216,7 @@ Include as repositories in your project build.gradle:

Include the dependency in your module build.gradle with desired version number:

api 'mil.nga.geopackage.map:geopackage-android-map:6.7.3'
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.4'

As part of the build process, run the "publishToMavenLocal" task on the geopackage-map Gradle script to update the Maven local repository.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
<a href="http://ngageoint.github.io/geopackage-android-map/docs/api/" class="btn">API</a>
<a href="https://github.com/ngageoint/geopackage-android-map/zipball/master" class="btn">.zip</a>
<a href="https://github.com/ngageoint/geopackage-android-map/tarball/master" class="btn">.tar.gz</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|6.7.3|aar" class="btn">The Central Repository</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|6.7.4|aar" class="btn">The Central Repository</a>
</section>

<section class="main-content">
Expand Down

0 comments on commit c583b38

Please sign in to comment.