Skip to content

Commit eafd10a

Browse files
chore(16.0-dev): release 2.4.0 (#98)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a4b0c5 commit eafd10a

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.1"
2+
".": "2.4.0"
33
}

Android.bp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ android_app {
4444
},
4545

4646
aaptflags: [
47-
"--version-name", "2.3.1", // x-release-please-version
47+
"--version-name", "2.4.0", // x-release-please-version
4848
"--version-code",
4949
"2" + // x-release-please-major
50-
"3" + // x-release-please-minor
51-
"1", // x-release-please-patch
50+
"4" + // x-release-please-minor
51+
"0", // x-release-please-patch
5252
],
5353

5454
required: [

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/iusmac/7SIM/compare/v2.3.1...v2.4.0) (2026-02-14)
4+
5+
6+
### :sparkles: Features
7+
8+
* merge December 2025 QPR2 Patches (android-16.0.0_r4) ([#97](https://github.com/iusmac/7SIM/issues/97)) ([4eea8dc](https://github.com/iusmac/7SIM/commit/4eea8dcaf4ff7dd1f0f818d164d18af6137310d5))
9+
* **ui/sim:** change SIM icon colors in dark mode ([#96](https://github.com/iusmac/7SIM/issues/96)) ([d6bf017](https://github.com/iusmac/7SIM/commit/d6bf017836f47379266de49a4ffc6474e2a954a3))
10+
311
## [2.3.1](https://github.com/iusmac/7SIM/compare/v2.3.0...v2.3.1) (2025-10-05)
412

513

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.4.0

0 commit comments

Comments
 (0)