Skip to content

Commit 601ed99

Browse files
committed
Undone disable predex to make tests work?
1 parent e4f99d1 commit 601ed99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838

3939
}
4040

41-
// This section is optional
41+
// Spoon used for CI / Testing
4242
spoon {
4343
debug = true
4444
// To grant permissions to Android M >= devices */

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test:
1616

1717
override:
1818
# run tests against the emulator.
19-
- ./gradlew spoonCi -PdisablePreDex
19+
- ./gradlew spoonCi
2020

2121
post:
2222
- mkdir -p $CIRCLE_TEST_REPORTS/tests

0 commit comments

Comments
 (0)