Release 120

This commit is contained in:
Conny Duck 2024-05-04 20:20:36 +02:00
parent c10f82ffa6
commit 7e9e729331
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,12 @@
### Significant bug fixes
## v25.1
### Significant bug fixes
- Fixed two crashes at startup introduced in 25.0 [PR#4415](https://github.com/tuskyapp/Tusky/pull/4415) [PR#4417](https://github.com/tuskyapp/Tusky/pull/4417)
## v25.0
### New features and other improvements

View File

@ -29,8 +29,8 @@ android {
namespace "com.keylesspalace.tusky"
minSdk 24
targetSdk 34
versionCode 119
versionName "25.0"
versionCode 120
versionName "25.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true