Release 3.27-beta-1

This commit is contained in:
Thomas 2024-01-12 18:13:28 +01:00
parent 381d217bd5
commit eade00b0ba
3 changed files with 8 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 505
versionName "3.26.0"
versionCode 506
versionName "3.27-beta-1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.27-beta-1",
"code": "506",
"note": "This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid."
},
{
"version": "3.26.0",
"code": "505",

View File

@ -0,0 +1 @@
This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid.