Skip to content

Commit 81c2465

Browse files
committed
- chg: major rework in Location object
1 parent a9398e0 commit 81c2465

File tree

6 files changed

+520
-391
lines changed

6 files changed

+520
-391
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.53]
8+
### Added
9+
- `GeocachingData.CACHE_SIZE_VIRTUAL` new size value
10+
11+
### Changed
12+
- `Location` object internal rework & breaking compatibility changes
13+
714
## [0.9.52]
815
### Added
916
- `GeocachingData.cacheUrlFull` support for Lab caches

Diff for: README.md

+1-1
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.52**
19+
Latest stable LT version: **0.9.53**
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).

Diff for: gradle.properties

+2-2
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 = 99
27-
API_VERSION = 0.9.52
26+
API_CODE = 100
27+
API_VERSION = 0.9.53
2828

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

0 commit comments

Comments
 (0)