Skip to content

Commit

Permalink
Prepare 23.0 beta 2 (versionCode 112) (#3817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Clayton authored Jul 7, 2023
1 parent 3406abc commit 201f2c7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

### Significant bug fixes

## v23.0 beta 2

### Significant bug fixes

- **Potential crash when editing profile fields**, [PR#3808](https://github.com/tuskyapp/Tusky/pull/3808) by [@nikclayton](https://mastodon.social/@nikclayton)
- **Oversized context menu when editing image descriptions**, [PR#3787](https://github.com/tuskyapp/Tusky/pull/3787) by [@connyduck](https://chaos.social/@ConnyDuck)

## v23.0 beta 1

### New features and other improvements
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
namespace "com.keylesspalace.tusky"
minSdk 23
targetSdk 33
versionCode 111
versionName "23.0 beta 1"
versionCode 112
versionName "23.0 beta 2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/112.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Tusky 23.0 beta 2

Fixes:

- Potential crash when editing profile fields
- Oversized context menu when editing image descriptions

0 comments on commit 201f2c7

Please sign in to comment.