mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Release 3.27-beta-1
This commit is contained in:
parent
381d217bd5
commit
eade00b0ba
3 changed files with 8 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 505
|
versionCode 506
|
||||||
versionName "3.26.0"
|
versionName "3.27-beta-1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -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",
|
"version": "3.26.0",
|
||||||
"code": "505",
|
"code": "505",
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid.
|
Loading…
Reference in a new issue