Skip to content

Commit

Permalink
[Feat]: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
why committed Dec 25, 2023
1 parent beba317 commit 64163ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.xiaoyv.bangumi"
minSdk = 24
targetSdk = 34
versionCode = 2
versionName = "1.0.1"
versionCode = 3
versionName = "1.0.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class OverviewAdapter(

// 刷新条目收藏的板块下一个、章节格子板块
val epiItem = items.find { it.type == TYPE_EP } ?: return
epiItem.entity = entity
set(targetIndex + 1, epiItem)
}

Expand Down

0 comments on commit 64163ec

Please sign in to comment.