Skip to content

Commit 10ecd9f

Browse files
committed
fix an old issue where I had two nested android{} blocks
1 parent a9c16d3 commit 10ecd9f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

android/app/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,9 @@ android {
199199
}
200200
}
201201

202-
android {
203-
dexOptions {
204-
// Skip pre-dexing when running on Travis CI or when disabled via -Dpre-dex=false.
205-
preDexLibraries = preDexEnabled && !ciBuild
206-
}
202+
dexOptions {
203+
// Skip pre-dexing when running on Travis CI or when disabled via -Dpre-dex=false.
204+
preDexLibraries = preDexEnabled && !ciBuild
207205
}
208206

209207
configurations.all {

0 commit comments

Comments
 (0)