mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Release 3.27-beta-2
This commit is contained in:
parent
b75d274fe8
commit
aeb45f0bcf
4 changed files with 11 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 506
|
versionCode 507
|
||||||
versionName "3.27-beta-1"
|
versionName "3.27-beta-2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
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",
|
"version": "3.27-beta-1",
|
||||||
"code": "506",
|
"code": "506",
|
||||||
|
|
|
@ -496,6 +496,8 @@ public class ComposeActivity extends BaseActivity implements ComposeAdapter.Mana
|
||||||
} else {
|
} else {
|
||||||
initializeAfterBundle(b);
|
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…
Reference in a new issue