Skip to content

Commit 4e79ca5

Browse files
committed
Bump to 2.8.0
1 parent 16d86d6 commit 4e79ca5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix compatibility with 2022 what if web content format
2+
3+
Full release note on https://is.gd/xkcd_app
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- 修复与 2022 新版 what if 页面内容的兼容性
2+
3+
查看完整更新日志 https://is.gd/xkcd_app

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 32
73-
versionCode 73
74-
versionName "2.7.10"
73+
versionCode 74
74+
versionName "2.8.0"
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)