We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6441f commit f052047Copy full SHA for f052047
CHANGELOG.md
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
### Removed
15
- Not applicable
16
17
+## [1.2.15] - 2025-07-25
18
+### Changed
19
+- More check against 0 coordinates
20
+- Update description texts
21
+- Upgrade dependencies
22
+
23
## [1.2.14] - 2025-01-22
24
### Changed
25
- Added settings to launcher to allow data export without microG support
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "helium314.localbackend"
8
minSdkVersion 18
9
targetSdkVersion 34
10
- versionCode 42
11
- versionName "1.2.14"
+ versionCode 43
+ versionName "1.2.15"
12
}
13
buildTypes {
0 commit comments