We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426c345 commit 7268734Copy full SHA for 7268734
2 files changed
app/build.gradle.kts
@@ -42,8 +42,8 @@ android {
42
applicationId = "com.madness.collision"
43
minSdk = 23
44
targetSdk = 34
45
- versionCode = 24071219
46
- versionName = "4.2.0"
+ versionCode = 24092910
+ versionName = "4.3.0"
47
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
48
testApplicationId = "${applicationId}.test"
49
renderscriptSupportModeEnabled = true
doconfig/release-notes/04.txt
@@ -1,5 +1,20 @@
1
2
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
18
- **4.2.0** 24071219
19
<en-US>
20
- Revamped app API page
0 commit comments