Skip to content

Commit 264244b

Browse files
committed
update version
1 parent 1cc205f commit 264244b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
### Removed
1515
- Not applicable
1616

17+
## [1.2.10] - 2023-05-22
18+
### Changed
19+
- Extended blacklist (thanks to Sorunome)
20+
- Avoid searching nearby WiFis if GPS accuracy isn't good enough
21+
1722
## [1.2.9] - 2023-05-03
1823
### Added
1924
- Handle geo uris: allows adding emitters as if a GPS location was received at the indicated location

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "helium314.localbackend"
88
minSdkVersion 18
99
targetSdkVersion 33
10-
versionCode 37
11-
versionName "1.2.9"
10+
versionCode 38
11+
versionName "1.2.10"
1212
}
1313
buildTypes {
1414
release {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Extended blacklist (thanks to Sorunome)
2+
- Avoid searching nearby WiFis if GPS accuracy isn't good enough

0 commit comments

Comments
 (0)