Skip to content

Commit 830cd14

Browse files
committed
- chg: updated internal data structure in Location object
- var: updated to version 0.9.64
1 parent 570fb5a commit 830cd14

5 files changed

Lines changed: 283 additions & 96 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.9.64] - 2025-04-02
8+
### Changed
9+
- new data structure inside `Location` object to handle inner data
10+
711
## [0.9.63] - 2025-02-17
812
### Added
913
- `extraNumOfObservations` variable in the `Location` object

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Library for [Locus Map](https://www.locusmap.app) application for Android device
1616

1717
## Current version
1818

19-
Latest stable LT version: **0.9.63**
19+
Latest stable LT version: **0.9.64**
2020
Available versions on the maven repository: [here](https://repo1.maven.org/maven2/com/asamm/).
2121

2222
How to **update to new 0.9.x** version? More about it [here](https://github.com/asamm/locus-api/wiki/Update-to-version-0.9.0).

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ GRADLE_NEXUS_STAGING = 0.30.0
2323
LOCUS_LOGGER = 2.2
2424

2525
# Version
26-
API_CODE = 110
27-
API_VERSION = 0.9.63
26+
API_CODE = 111
27+
API_VERSION = 0.9.64
2828

2929
# ANDROID SUPPORT LIBS
3030
# https://developer.android.com/topic/libraries/support-library/revisions.html

0 commit comments

Comments
 (0)