Skip to content

Commit

Permalink
Disable language splits
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Sep 21, 2024
1 parent c5f5070 commit 98da3cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ android {
checkReleaseBuilds = false
abortOnError = false
}

bundle {
language {
@Suppress("UnstableApiUsage")
enableSplit = false
}
}
}

dependencies {
Expand Down

0 comments on commit 98da3cb

Please sign in to comment.