Release 3.27-beta-2

pull/1021/head
Thomas 8 months ago
parent b75d274fe8
commit aeb45f0bcf

@ -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"

@ -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",

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

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