Skip to content

Commit

Permalink
6.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Nov 30, 2023
1 parent d7492cf commit 1c389a3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 6.7.3 (TBD)
## [6.7.3](https://github.com/ngageoint/geopackage-android/releases/tag/6.7.3) (11-30-2023)

* TBD
* geopackage-core version 6.6.5
* SQLite Android Bindings version 3440200

## [6.7.2](https://github.com/ngageoint/geopackage-android/releases/tag/6.7.2) (10-10-2023)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ geoPackage.close();

### Installation ###

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

api 'mil.nga.geopackage:geopackage-android:6.7.2'
api 'mil.nga.geopackage:geopackage-android:6.7.3'

### Build ###

Expand All @@ -201,7 +201,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:geopackage-android:6.7.2'
api 'mil.nga.geopackage:geopackage-android:6.7.3'

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
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/docs/api/" class="btn">API</a>
<a href="https://github.com/ngageoint/geopackage-android/zipball/master" class="btn">.zip</a>
<a href="https://github.com/ngageoint/geopackage-android/tarball/master" class="btn">.tar.gz</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|6.7.2|aar" class="btn">The Central Repository</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|6.7.3|aar" class="btn">The Central Repository</a>
</section>

<section class="main-content">
Expand Down
6 changes: 3 additions & 3 deletions geopackage-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@ afterEvaluate {
dependencies {
api 'androidx.documentfile:documentfile:1.0.1'
api 'com.j256.ormlite:ormlite-android:6.1'
api ('mil.nga.geopackage:geopackage-core:6.6.4'){
api ('mil.nga.geopackage:geopackage-core:6.6.5'){
exclude module: 'ormlite-core'
exclude group: 'com.j256.ormlite'
}
api 'ar.com.hjg:pngj:2.1.0'
api 'mil.nga:tiff:3.0.0'
api 'mil.nga:sqlite-android:3430100'
api 'mil.nga:sqlite-android:3440200'
javadocDeps 'com.j256.ormlite:ormlite-android:6.1',
'mil.nga.geopackage:geopackage-core:6.6.4',
'mil.nga.geopackage:geopackage-core:6.6.5',
'ar.com.hjg:pngj:2.1.0',
'mil.nga:tiff:3.0.0'
testImplementation 'androidx.multidex:multidex:2.0.1'
Expand Down

0 comments on commit 1c389a3

Please sign in to comment.