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

Commit 121c5722 authored by cketti's avatar cketti
Browse files

Disable language split for Thunderbird's AAB

parent 1bf4fe5d
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/**")