Skip to content

Commit

Permalink
Prepare version 68.0.6 (2106807)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Aug 10, 2023
1 parent b25a7cc commit 8c961af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Version 68
* 🔧 Use in-app browser only for websites related to the app.
* 🔧 Design: update to latest Material version.

#### 68.0.6
*2023-08-11*

* 🔨 Do not apply corrections (e.g. for US timezones) on episodes when a custom time is set and the
other way around.

#### 68.0.5
*2023-07-07*

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

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2106806)
val sgVersionName by extra("68.0.5")
val sgVersionCode by extra(2106807)
val sgVersionName by extra("68.0.6")

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

Expand Down

0 comments on commit 8c961af

Please sign in to comment.