File tree Expand file tree Collapse file tree
locus-api-core/src/main/java/locus/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff 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 **
2020Available versions on the maven repository: [ here] ( https://repo1.maven.org/maven2/com/asamm/ ) .
2121
2222How 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 ) .
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ GRADLE_NEXUS_STAGING = 0.30.0
2323LOCUS_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
You can’t perform that action at this time.
0 commit comments