Skip to content

Commit

Permalink
geopackage-android-map 6.7.4, version 1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Mar 22, 2024
1 parent 427a78b commit 7f7128a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 1.45 - Legacy (TBD)

* geopackage-android-map version 6.7.4

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

* geopackage-android-map version 6.7.3
Expand Down
6 changes: 3 additions & 3 deletions mapcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "mil.nga.mapcache"
minSdkVersion 23
targetSdkVersion 34
versionCode 45
versionName '1.44'
versionCode 46
versionName '1.45'
multiDexEnabled true
}

Expand Down Expand Up @@ -50,7 +50,7 @@ tasks.register('androidAppVersion') {
dependencies {
api 'androidx.legacy:legacy-support-v4:1.0.0'
api 'androidx.appcompat:appcompat:1.6.1'
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.3' // comment out to build locally
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.4' // comment out to build locally
//api project(':geopackage-map') // uncomment me to build locally
api 'androidx.multidex:multidex:2.0.1'
testImplementation 'androidx.multidex:multidex:2.0.1'
Expand Down

0 comments on commit 7f7128a

Please sign in to comment.