Browse Source

Prepare 22.0 beta 6 (versionCode 108) (#3687)

pull/3688/head v22.0-beta.6
Nik Clayton 3 years ago committed by GitHub
parent
commit
d5fdcc9578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGELOG.md
  2. 4
      app/build.gradle
  3. 5
      fastlane/metadata/android/en-US/changelogs/108.txt

6
CHANGELOG.md

@ -6,6 +6,12 @@
### Significant bug fixes ### Significant bug fixes
## v22.0 beta 6
### Significant bug fixes
- **Save reading position in the Notifications tab more frequently**, [PR#3685](https://github.com/tuskyapp/Tusky/pull/3685)
## v22.0 beta 5 ## v22.0 beta 5
## Significant bug fixes ## Significant bug fixes

4
app/build.gradle

@ -28,8 +28,8 @@ android {
namespace "com.keylesspalace.tusky" namespace "com.keylesspalace.tusky"
minSdk 23 minSdk 23
targetSdk 33 targetSdk 33
versionCode 107 versionCode 108
versionName "22.0 beta 5" versionName "22.0 beta 6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true

5
fastlane/metadata/android/en-US/changelogs/108.txt

@ -0,0 +1,5 @@
Tusky 22.0 beta 6
Fixes:
- Save reading position in the Notifications tab more frequently
Loading…
Cancel
Save