Skip to content

Commit

Permalink
Prepare version 69.0.3 (2106903)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Sep 14, 2023
1 parent f505607 commit f0040bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ Version 69
----------
*in development*

#### 69.0.3 🧪
*2023-09-14*

* 🔨 Appearance: to get a matching navigation bar color on Samsung devices use a non-transparent
background on all devices.
* 🔨 Appearance: adjust light theme highlight color to be less washed out.
* 🔧 Appearance: adjust light theme highlight color to be less washed out.
* 🔧 Trakt: add link to delete account.
* 📝 Latest user interface translations from Crowdin.

#### 69.0.2 🧪
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(2106902)
val sgVersionName by extra("69.0.2")
val sgVersionCode by extra(2106903)
val sgVersionName by extra("69.0.3")

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

Expand Down

0 comments on commit f0040bc

Please sign in to comment.