File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 1+ - Extended blacklist (thanks to Sorunome)
2+ - Avoid searching nearby WiFis if GPS accuracy isn't good enough
You can’t perform that action at this time.
0 commit comments