Skip to content

Commit

Permalink
feat: Update to 3.3.0 (57)
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shenghao <[email protected]>
  • Loading branch information
hushenghao committed Dec 20, 2024
1 parent 16448e5 commit 146162c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

### v3.3.0
### v3.3.0 (2024-12-20)

- Add Rocket Launcher Easter Egg
- Add Rocket Launcher Easter Egg [#286](https://github.com/hushenghao/AndroidEasterEggs/issues/286)
- Optimize the setting of theme logic
- Optimize APK file size
- Project modularization
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG_zh.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 更新日志

### v3.3.0
### v3.3.0 (2024-12-20)

- 添加 Rocket Launcher 彩蛋
- 添加 Rocket Launcher 彩蛋 [#286](https://github.com/hushenghao/AndroidEasterEggs/issues/286)
- 优化设置主题逻辑
- 优化 APK 文件大小
- 项目模块化
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {

defaultConfig {
applicationId = "com.dede.android_eggs"
versionCode = 56
versionCode = 57
versionName = "3.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add Rocket Launcher Easter Egg
- Optimize the setting of theme logic
- Optimize APK file size
- Project modularization
- Upgrade project dependencies
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- 添加 Rocket Launcher 彩蛋
- 优化设置主题逻辑
- 优化 APK 文件大小
- 项目模块化
- 升级项目依赖项

0 comments on commit 146162c

Please sign in to comment.