Skip to content

Commit

Permalink
Prepare version 62.2 (2106210)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Dec 21, 2021
1 parent 049713c commit 1d6e582
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 @@ -16,6 +16,12 @@ Version 62
* 🌟 Discover: filter popular movies and movies with digital release by streaming service.
* 🔧 App widget: add option to hide watch button.

#### 62.2
*2021-12-21*

* 🔨 Potential fix for crash when updating next episode on Android 5.1 devices.
* 🔨 Fix Amazon extension search link.

#### 62.1
*2021-12-16*

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(30) // Android 11 (R)

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2106209)
val sgVersionName by extra("62.1")
val sgVersionCode by extra(2106210)
val sgVersionName by extra("62.2")

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

0 comments on commit 1d6e582

Please sign in to comment.