Skip to content

Commit eaec07b

Browse files
committed
remove dexOptions
1 parent bd9c269 commit eaec07b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ android {
4444
androidTest.java.srcDirs += 'src/androidTest/kotlin'
4545
androidTest.java.srcDirs += 'src/testShared/kotlin'
4646
}
47-
dexOptions {
48-
javaMaxHeapSize '2g'
49-
}
5047
configurations.all {
5148
resolutionStrategy.force 'com.google.code.findbugs:jsr305:3.0.1'
5249
}

0 commit comments

Comments
 (0)