Skip to content

Commit 40ac2f0

Browse files
authored
Merge pull request #1059 from NativeScript/trifonov/jumbo-mode
set dex jumboMode to true
2 parents 64bc573 + 579da88 commit 40ac2f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test-app/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ android {
171171
abiFilters 'x86', 'armeabi-v7a'//, 'arm64-v8a'
172172
}
173173
}
174+
dexOptions {
175+
jumboMode = true
176+
}
174177
}
175178

176179
sourceSets.main {

0 commit comments

Comments
 (0)