Skip to content

Commit

Permalink
Prepare version 67.0.3 (2106703)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Feb 24, 2023
1 parent 8dd28ac commit 66d176c
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,7 +15,11 @@ Version 67
----------
*in development*

#### 67.0.3 🧪
*2023-02-24*

* 🔧 Trakt: show default browser in-app when signing in, drop integrated browser option.
* 🔧 Use in-app browser (Custom Tab) whenever possible to open websites.
* 📝 Latest user interface translations from Crowdin.

#### 67.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 @@ -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(2106702)
val sgVersionName by extra("67.0.2")
val sgVersionCode by extra(2106703)
val sgVersionName by extra("67.0.3")

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

Expand Down

0 comments on commit 66d176c

Please sign in to comment.