Skip to content

Commit

Permalink
Prepare version 72.0.8 (2107208)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Apr 24, 2024
1 parent 1bd4f01 commit b5bda00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Version 72
* 🔨 Overview: prevent skipping already watched episodes.
* 🔨 History: add entries when marking multiple episodes as watched.

#### 72.0.8
*2024-04-24*

* 🔨 Resolve crash when viewing show or movie details and cast or crew members failed to load.

#### 72.0.7
*2024-03-22*

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ buildscript {
val sgTargetSdk by extra(33) // Android 13 (T)

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2107207)
val sgVersionName by extra("72.0.7")
val sgVersionCode by extra(2107208)
val sgVersionName by extra("72.0.8")

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

Expand Down

0 comments on commit b5bda00

Please sign in to comment.