You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,10 @@ android {
19
19
}
20
20
...
21
21
}
22
-
23
-
dependencies {
24
-
compile 'com.android.support:multidex:1.0.0'
25
-
}
26
22
```
27
23
24
+
Note that the dependency on 'com.android.support:multidex:1.0.0' is automatic, there is not need to specify it.
25
+
28
26
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).
0 commit comments