Skip to content

Commit 8251999

Browse files
committed
Bump 2.7.10
1 parent 02a29b2 commit 8251999

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix web links not clickable on Android 11
2+
3+
Full release note on https://is.gd/AViC7y

fastlane/metadata/android/zh-CN/changelogs/72.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- 加入 #2445 互动漫画的支持
33
- 改进 #1608 互动漫画的功能
44

5-
Full release note on https://git.io/JYyD8
5+
查看完整更新日志 https://git.io/JYyD8
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- 修复 Android 11 设备上网页链接无法点击的问题
2+
3+
查看完整更新日志 https://is.gd/AViC7y

xkcd/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ android {
7070
applicationId "xyz.jienan.xkcd"
7171
minSdkVersion 16
7272
targetSdkVersion 30
73-
versionCode 72
74-
versionName "2.7.9"
73+
versionCode 73
74+
versionName "2.7.10"
7575
vectorDrawables.useSupportLibrary = true
7676
resConfigs "de", "es", "fr", "ru", "b+zh", "b+zh+hant+TW"
7777
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)