Skip to content

Commit 0ed1400

Browse files
committed
6.7.0 release
1 parent 477ad0b commit 0ed1400

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 6.7.0 (TBD)
7+
## [6.7.0](https://github.com/ngageoint/geopackage-android-map/releases/tag/6.7.0) (12-08-2022)
88

99
* geopackage-android version 6.7.0
1010

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ geoPackage.close();
191191

192192
### Installation ###
193193

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

196-
api 'mil.nga.geopackage.map:geopackage-android-map:6.6.0'
196+
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.0'
197197

198198
### Build ###
199199

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

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

219-
api 'mil.nga.geopackage.map:geopackage-android-map:6.6.0'
219+
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.0'
220220

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

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
1818
<a href="http://ngageoint.github.io/geopackage-android-map/docs/api/" class="btn">API</a>
1919
<a href="https://github.com/ngageoint/geopackage-android-map/zipball/master" class="btn">.zip</a>
2020
<a href="https://github.com/ngageoint/geopackage-android-map/tarball/master" class="btn">.tar.gz</a>
21-
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|6.6.0|aar" class="btn">The Central Repository</a>
21+
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|6.7.0|aar" class="btn">The Central Repository</a>
2222
</section>
2323

2424
<section class="main-content">

geopackage-map/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ dependencies {
172172
//api project(':geopackage-sdk') // uncomment me to build locally
173173
javadocDeps 'mil.nga.geopackage:geopackage-android:6.7.0'
174174
testImplementation 'androidx.multidex:multidex:2.0.1'
175-
androidTestImplementation 'androidx.test:runner:1.4.0'
176-
androidTestImplementation 'androidx.test:rules:1.4.0'
175+
androidTestImplementation 'androidx.test:runner:1.5.1'
176+
androidTestImplementation 'androidx.test:rules:1.5.0'
177177
}

0 commit comments

Comments
 (0)