Skip to content

Commit

Permalink
Bump 2.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Mar 11, 2022
1 parent 02a29b2 commit 8251999
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/73.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix web links not clickable on Android 11

Full release note on https://is.gd/AViC7y
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/changelogs/72.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- 加入 #2445 互动漫画的支持
- 改进 #1608 互动漫画的功能

Full release note on https://git.io/JYyD8
查看完整更新日志 https://git.io/JYyD8
3 changes: 3 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/73.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- 修复 Android 11 设备上网页链接无法点击的问题

查看完整更新日志 https://is.gd/AViC7y
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 30
versionCode 72
versionName "2.7.9"
versionCode 73
versionName "2.7.10"
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 8251999

Please sign in to comment.