File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
14
### Removed
15
15
- Not applicable
16
16
17
- ## [ 1.2.12] - 2024-04-22
18
- ### Added
19
- - Not applicable
17
+ ## [ 1.2.13] - 2024-12-22
18
+ ### Changed
19
+ - Fix wrong check breaking imports
20
+ - Extend blacklist
21
+ - Upgrade dependencies
20
22
23
+ ## [ 1.2.12] - 2024-04-22
21
24
### Changed
22
25
- Extend blacklist
23
26
- Avoid crashes due to invalid emitter type
24
27
- Upgrade dependencies
25
28
26
- ### Removed
27
- - Not applicable
28
-
29
29
## [ 1.2.11] - 2023-08-20
30
30
### Changed
31
31
- Import MLS / OpenCelliD lists without header
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " helium314.localbackend"
8
8
minSdkVersion 18
9
9
targetSdkVersion 34
10
- versionCode 40
11
- versionName " 1.2.12 "
10
+ versionCode 41
11
+ versionName " 1.2.13 "
12
12
}
13
13
14
14
buildTypes {
You can’t perform that action at this time.
0 commit comments