Skip to content

Commit

Permalink
Bump to 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Aug 25, 2023
1 parent b155946 commit 89836ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/77.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Support interactive comic #2712, #2765
- Add settings for notification
- Improve extra puzzle #1 experience

Full release note on https://is.gd/xkcd_app
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/77.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- 支持交互型漫画 #2712, #2765
- 加入通知设置
- 改善 extra 的 puzzle #1 的体验

查看完整更新日志 https://is.gd/xkcd_app
4 changes: 2 additions & 2 deletions xkcd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ android {
applicationId "xyz.jienan.xkcd"
minSdkVersion 16
targetSdkVersion 33
versionCode 76
versionName "2.8.2"
versionCode 77
versionName "2.8.3"
vectorDrawables.useSupportLibrary = true
resConfigs "de", "es", "fr", "ru", "b+zh", "b+zh+hant+TW"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 89836ec

Please sign in to comment.