Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75f6cc8

Browse files
committed
update README.md
1 parent cbc40ef commit 75f6cc8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Android傻瓜式分包插件
22
注1:不想看前半部分的话可以直接跳过到最下面配置部分。
3-
注2:本插件是基于[DexKnifePlugin 1.5.9](https://github.com/ceabie/DexKnifePlugin)优化改造而来,感谢ceabie的无私奉献。
3+
注2:本插件是基于[DexKnifePlugin 1.6.0](https://github.com/ceabie/DexKnifePlugin)优化改造而来,感谢ceabie的无私奉献。
44

55
##填坑之路
66
###坑1:65536 ,So easy!
@@ -10,7 +10,7 @@
1010
**解决:**
1111
```
1212
dependencies {
13-
compile 'com.android.support:MultiDex:1.0.2'
13+
compile 'com.android.support:MultiDex:1.0.1'
1414
}
1515
```
1616
继承 Application ,重写 attachBaseContext(Context)
@@ -111,9 +111,14 @@ afterEvaluate {
111111
```
112112
buildscript {
113113
dependencies {
114-
classpath 'com.library.tangxiaolv:dexknife-plus:1.0.1'
114+
classpath 'com.library.tangxiaolv:dexknife-plus:1.0.3'
115115
}
116116
}
117+
118+
Notes:Version Mappting
119+
1.0.3 -> DexKnifePlugin 1.6.0
120+
1.0.2 -> DexKnifePlugin 1.5.9
121+
1.0.1 -> DexKnifePlugin 1.5.6
117122
```
118123
**第二步:在你的App模块的build.gradle添加插件**
119124
```

0 commit comments

Comments
 (0)