Skip to content

Commit

Permalink
Feat: Disable language split
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Mar 11, 2024
1 parent 7a34bfd commit 28c705f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ android {
path 'CMakeLists.txt'
}
}
lint {
// For "Invalid package reference in library; not included in Android: javax.security.sasl.
// Referenced from org.apache.mina.proxy.ProxyAuthException."
warning 'InvalidPackage', 'MissingTranslation'
}
buildTypes {
release {
minifyEnabled true
Expand All @@ -91,10 +96,10 @@ android {
]
}
}
lint {
// For "Invalid package reference in library; not included in Android: javax.security.sasl.
// Referenced from org.apache.mina.proxy.ProxyAuthException."
warning 'InvalidPackage', 'MissingTranslation'
bundle {
language {
enableSplit = false
}
}
}

Expand Down

0 comments on commit 28c705f

Please sign in to comment.