diff --git a/README.md b/README.md index c12dd4cd..5f1f0cb0 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,9 @@ The [Mobile Awareness GEOINT Environment (MAGE)](https://github.com/ngageoint/ma ### Installation ### -Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|1.2.0|aar) (AAR, POM, Source, Javadoc) +Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|1.2.1|aar) (AAR, POM, Source, Javadoc) - compile "mil.nga.geopackage:geopackage-android:1.2.0" + compile "mil.nga.geopackage:geopackage-android:1.2.1" ### Build ### @@ -160,7 +160,7 @@ Include as repositories in your project build.gradle: Include the dependency in your module build.gradle with desired version number: - compile "mil.nga.geopackage:geopackage-android:1.2.0" + compile "mil.nga.geopackage:geopackage-android:1.2.1" As part of the build process, run the "uploadArchives" task on the geopackage-android Gradle script to update the Maven local repository.