Skip to content

Commit 2cb1f55

Browse files
chore(16.0-dev): release 2.3.0 (#78)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9474266 commit 2cb1f55

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.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.2.0"
2+
".": "2.3.0"
33
}

Android.bp

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

4646
aaptflags: [
47-
"--version-name", "2.2.0", // x-release-please-version
47+
"--version-name", "2.3.0", // x-release-please-version
4848
"--version-code",
4949
"2" + // x-release-please-major
50-
"2" + // x-release-please-minor
50+
"3" + // x-release-please-minor
5151
"0", // x-release-please-patch
5252
],
5353

CHANGELOG.md

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

3+
## [2.3.0](https://github.com/iusmac/7SIM/compare/v2.2.0...v2.3.0) (2025-09-28)
4+
5+
6+
### :sparkles: Features
7+
8+
* **ToolbarDecorator:** enable fading and scrolling of long subtitles ([#77](https://github.com/iusmac/7SIM/issues/77)) ([22797d7](https://github.com/iusmac/7SIM/commit/22797d7606ded603e97d303e0e7f7fe35ca9c3f7))
9+
10+
11+
### :bug: Bug Fixes
12+
13+
* **ui/PrimarySwitchPreference:** address extra divider empty space [Expressive Design] ([#79](https://github.com/iusmac/7SIM/issues/79)) ([60c5164](https://github.com/iusmac/7SIM/commit/60c51647e439e22d10c2e50144e798e02580abe7))
14+
15+
16+
### :wrench: Feature Tweaks
17+
18+
* **SimListActivity:** improve next upcoming subscription schedule summary readability ([#81](https://github.com/iusmac/7SIM/issues/81)) ([9474266](https://github.com/iusmac/7SIM/commit/9474266206a266a413b80d51d0a6c1b01ed1872e))
19+
320
## [2.2.0](https://github.com/iusmac/7SIM/compare/v2.1.0...v2.2.0) (2025-09-27)
421

522

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.3.0

0 commit comments

Comments
 (0)