Skip to content

Commit

Permalink
Prepare version 72.0.7 (2107207)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Mar 22, 2024
1 parent 0745eb3 commit fcfe569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ Version 72
----------
*in development*

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

* 🔨 Do not show copied to clipboard notification if Android already does.
* 🔨 Seasons: do not say all episodes are watched if all are skipped.
* 📝 Latest user interface translations from Crowdin.

#### 72.0.6 🧪
*2024-03-15*
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(2107206)
val sgVersionName by extra("72.0.6")
val sgVersionCode by extra(2107207)
val sgVersionName by extra("72.0.7")

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

Expand Down

0 comments on commit fcfe569

Please sign in to comment.