Skip to content

Commit 3f2e608

Browse files
committed
enable splitting android apps into bundles
1 parent 10ecd9f commit 3f2e608

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

android/app/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,18 @@ android {
199199
}
200200
}
201201

202+
bundle {
203+
language {
204+
enableSplit = true
205+
}
206+
density {
207+
enableSplit = true
208+
}
209+
abi {
210+
enableSplit = true
211+
}
212+
}
213+
202214
dexOptions {
203215
// Skip pre-dexing when running on Travis CI or when disabled via -Dpre-dex=false.
204216
preDexLibraries = preDexEnabled && !ciBuild

0 commit comments

Comments
 (0)