Skip to content

Commit f157f71

Browse files
committed
updated gradle distribution url and joda datetime
1 parent d0214c8 commit f157f71

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Adds parsing of the `speed` extension. Solves [#40](https://github.com/ticofab/android-gpx-parser/issues/40).
66
* Updates to the 7.0.3 version of the gradle plugin.
77
* Updates system dependencies (appcompat, annotations).
8+
* Updated the Joda date library to the latest version (2.10.12.2).
89

910
## Version 2.0.1 *(Jul 10th 2021)*
1011

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl = https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
1+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip

parser/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
dependencies {
2828
// JodaTime for Android
2929
// https://github.com/dlew/joda-time-android
30-
api 'net.danlew:android.joda:2.10.9.1'
30+
api 'net.danlew:android.joda:2.10.12.2'
3131

3232
implementation "androidx.annotation:annotation:1.3.0"
3333

0 commit comments

Comments
 (0)