Release 3.27-beta-2

This commit is contained in:
Thomas 2024-01-12 20:34:46 +01:00
parent b75d274fe8
commit aeb45f0bcf
4 changed files with 11 additions and 2 deletions

View File

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

View File

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

View File

@ -496,6 +496,8 @@ public class ComposeActivity extends BaseActivity implements ComposeAdapter.Mana
} else {
initializeAfterBundle(b);
}
} else {
initializeAfterBundle(null);
}
}

View File

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