Skip to content

Commit

Permalink
gradle plugin 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Mar 20, 2024
1 parent f82ac48 commit 9ba006c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
* Set User Custom DAO contents
* Feature Tiles geodesic draw support
* Feature Index Manager, RTree Index, Feature Table Index, Feature Indexer, and Manual query geodesic support
* gradle plugin updated to 8.3.1

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

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.4'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
Expand Down
9 changes: 4 additions & 5 deletions geopackage-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,10 @@ dependencies {
api 'ar.com.hjg:pngj:2.1.0'
api 'mil.nga:tiff:3.0.0'
api 'mil.nga:sqlite-android:3440200'
//noinspection GradleDependency
javadocDeps 'com.j256.ormlite:ormlite-android:6.1',
'mil.nga.geopackage:geopackage-core:6.6.7',
'ar.com.hjg:pngj:2.1.0',
'mil.nga:tiff:3.0.0'
javadocDeps 'com.j256.ormlite:ormlite-android:6.1'
javadocDeps 'mil.nga.geopackage:geopackage-core:6.6.7'
javadocDeps 'ar.com.hjg:pngj:2.1.0'
javadocDeps 'mil.nga:tiff:3.0.0'
testImplementation 'androidx.multidex:multidex:2.0.1'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test:rules:1.5.0'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Oct 04 12:50:01 MDT 2023
#Wed Mar 20 05:14:31 MDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 9ba006c

Please sign in to comment.