Skip to content

Commit

Permalink
Prepare version 71.0.2 (2107103)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Dec 15, 2023
1 parent 50826d4 commit e3b245d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Version 71
----------
*in development*

#### 71.0.2 🧪
*2023-12-15*

* 🔨 Shows: do not consider all episodes collected, if there are none collected. Also consider all
episodes, not just released ones. This now matches with what episodes the collect all or none
buttons change.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ buildscript {
val sgTargetSdk by extra(33) // Android 13 (T)

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2107102)
val sgVersionName by extra("71.0.1")
val sgVersionCode by extra(2107103)
val sgVersionName by extra("71.0.2")

val isCiBuild by extra { System.getenv("CI") == "true" }

Expand Down

0 comments on commit e3b245d

Please sign in to comment.