File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
* Adds parsing of the ` speed ` extension. Solves [ #40 ] ( https://github.com/ticofab/android-gpx-parser/issues/40 ) .
6
6
* Updates to the 7.0.3 version of the gradle plugin.
7
7
* Updates system dependencies (appcompat, annotations).
8
+ * Updated the Joda date library to the latest version (2.10.12.2).
8
9
9
10
## Version 2.0.1 * (Jul 10th 2021)*
10
11
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
27
27
dependencies {
28
28
// JodaTime for Android
29
29
// 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 '
31
31
32
32
implementation " androidx.annotation:annotation:1.3.0"
33
33
You can’t perform that action at this time.
0 commit comments