Skip to content

Commit f052047

Browse files
committed
upgrade version
1 parent 3b6441f commit f052047

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

17+
## [1.2.15] - 2025-07-25
18+
### Changed
19+
- More check against 0 coordinates
20+
- Update description texts
21+
- Upgrade dependencies
22+
1723
## [1.2.14] - 2025-01-22
1824
### Changed
1925
- Added settings to launcher to allow data export without microG support

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 34
10-
versionCode 42
11-
versionName "1.2.14"
10+
versionCode 43
11+
versionName "1.2.15"
1212
}
1313

1414
buildTypes {

0 commit comments

Comments
 (0)