Skip to content

Commit c97155f

Browse files
committed
Merge pull request #17 from casidiablo/auto-multidex-dep
README: Do not explicitly depend on 'com.android.support:multidex:1.0.0'
2 parents af44bbd + 5a6e7f6 commit c97155f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ android {
1919
}
2020
...
2121
}
22-
23-
dependencies {
24-
compile 'com.android.support:multidex:1.0.0'
25-
}
2622
```
2723

24+
Note that the dependency on 'com.android.support:multidex:1.0.0' is automatic, there is not need to specify it.
25+
2826
I'll keep this around for reference, but I encourage all people using this to switch to the official multidexing method: [Building Apps with Over 65K Methods](http://developer.android.com/tools/building/multidex.html).
2927

3028
Deprecated, non-official multidex

0 commit comments

Comments
 (0)