Skip to content

Commit

Permalink
Prepare version 70.0.1 (2107001)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Oct 20, 2023
1 parent 0e5aa23 commit 539aafe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ Version 70
----------
*in development*

#### 70.0.1 🧪
*2023-10-20*

* 🔨 Get started: allow notification button now stays hidden after granting notification permission.
* 🔨 User interface: restore scrollbars wherever they were missing.
* 🔨 User interface: restore scrollbars wherever they were missing. Add fast scroller for lists and comments.
* 📝 Latest user interface translations from Crowdin.

#### 70.0.0 🧪
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(2107000)
val sgVersionName by extra("70.0.0")
val sgVersionCode by extra(2107001)
val sgVersionName by extra("70.0.1")

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

Expand Down

0 comments on commit 539aafe

Please sign in to comment.