Skip to content

Commit 3d3cbfe

Browse files
chore(16.0-dev): release 2.2.0 (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 22d846e commit 3d3cbfe

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.1.0"
2+
".": "2.2.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.1.0", // x-release-please-version
47+
"--version-name", "2.2.0", // x-release-please-version
4848
"--version-code",
4949
"2" + // x-release-please-major
50-
"1" + // x-release-please-minor
50+
"2" + // x-release-please-minor
5151
"0", // x-release-please-patch
5252
],
5353

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/iusmac/7SIM/compare/v2.1.0...v2.2.0) (2025-09-27)
4+
5+
6+
### :sparkles: Features
7+
8+
* adapt to Android 16 ([#75](https://github.com/iusmac/7SIM/issues/75)) ([7fe3181](https://github.com/iusmac/7SIM/commit/7fe31819b0c0c4ec93ea28e5a4bd8ff41b498977))
9+
310
## [2.1.0](https://github.com/iusmac/7SIM/compare/v2.0.2...v2.1.0) (2025-07-05)
411

512

version.txt

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

0 commit comments

Comments
 (0)