Skip to content

Commit

Permalink
Prepare version 64.0.6 (2106406)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed May 15, 2022
1 parent 37db51c commit aa06b63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Version 64
----------
*in development*

#### next
*TBD*
#### 64.0.6
*2022-05-15*

* 🔨 Do not crash when selecting backup file to restore from.

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(2106405)
val sgVersionName by extra("64.0.5")
val sgVersionCode by extra(2106406)
val sgVersionName by extra("64.0.6")

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 aa06b63

Please sign in to comment.