Skip to content

Commit 7268734

Browse files
committed
v4.3.0 release notes
1 parent 426c345 commit 7268734

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
applicationId = "com.madness.collision"
4343
minSdk = 23
4444
targetSdk = 34
45-
versionCode = 24071219
46-
versionName = "4.2.0"
45+
versionCode = 24092910
46+
versionName = "4.3.0"
4747
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4848
testApplicationId = "${applicationId}.test"
4949
renderscriptSupportModeEnabled = true

doconfig/release-notes/04.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
- **4.3.0** 24092910
4+
<en-US>
5+
- Brand new app home page
6+
- Brand new app API update UI
7+
- Fix a few crashes in app API page
8+
- Optimize layout for tablets
9+
</en-US>
10+
<zh-CN>
11+
- 全新应用主页面
12+
- 全新应用 API 更新界面
13+
- 修复应用 API 页面少数崩溃
14+
- 优化平板设备界面布局
15+
</zh-CN>
16+
17+
318
- **4.2.0** 24071219
419
<en-US>
520
- Revamped app API page

0 commit comments

Comments
 (0)