Commit aeb45f0b authored by Thomas's avatar Thomas
Browse files

Release 3.27-beta-2

parent b75d274f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+5 −0
Original line number Diff line number Diff line
[
  {
    "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",
+2 −0
Original line number Diff line number Diff line
@@ -496,6 +496,8 @@ public class ComposeActivity extends BaseActivity implements ComposeAdapter.Mana
            } else {
                initializeAfterBundle(b);
            }
        } else {
            initializeAfterBundle(null);
        }
    }

+2 −0
Original line number Diff line number Diff line
- Compose issue
- This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid.