Skip to content

Commit

Permalink
1.44 legacy release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Nov 30, 2023
1 parent 728aea4 commit ff73db4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.44 - Legacy](https://github.com/ngageoint/geopackage-mapcache-android/releases/tag/1.44) (11-30-2023)

* geopackage-android-map version 6.7.3

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

* compile SDK version 34
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 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion mapcache/build.gradle
Original file line number Diff line number Diff line change
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.2' // comment out to build locally
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.3' // 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 ff73db4

Please sign in to comment.