Skip to content

Commit

Permalink
Prepare version 64.0.7 (2106407)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed May 18, 2022
1 parent 5e3b9c1 commit 563f2aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Version 64
----------
*in development*

#### 64.0.7
*2022-05-18*

* 🔨 Resolve Android not responding issue when viewing a show or its episodes.

#### 64.0.6
*2022-05-15*

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(31) // Android 12 (S)

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2106406)
val sgVersionName by extra("64.0.6")
val sgVersionCode by extra(2106407)
val sgVersionName by extra("64.0.7")

val kotlinVersion by extra("1.6.10") // https://kotlinlang.org/docs/releases.html#release-details
val coroutinesVersion by extra("1.6.0") // https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md
Expand Down

0 comments on commit 563f2aa

Please sign in to comment.