Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 5be4e9a3 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #8407 from cketti/fix-language-switcher

Disable language split for Thunderbird's AAB
parents be733aa7 121c5722
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -174,6 +174,14 @@ android {
        }
    }

    @Suppress("UnstableApiUsage")
    bundle {
        language {
            // Don't split by language. Otherwise our in-app language switcher won't work.
            enableSplit = false
        }
    }

    packaging {
        jniLibs {
            excludes += listOf("kotlin/**")