Skip to content

Commit

Permalink
发版
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdw committed Nov 27, 2024
1 parent bd0fb52 commit 480b178
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

## [Unreleased]

## [1.8.2] - 2024-11-27

### 新增内容

- 适配 Android 15 边到边布局

## [1.8.1] - 2024-10-19

### 新增内容
Expand Down
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
image: "./assets/images/icon.png",
backgroundColor: "#171717",
},
imageWidth: 240,
imageWidth: 200,
},
],
"expo-router",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bilisound-client-mobile",
"main": "expo-router/entry",
"version": "1.8.1",
"version": "1.8.2",
"scripts": {
"start": "cross-env DARK_MODE=media expo start -c --dev-client",
"android": "cross-env DARK_MODE=media expo run:android",
Expand Down

0 comments on commit 480b178

Please sign in to comment.