Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackforid committed Apr 16, 2018
1 parent 98290ce commit f22fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ source: https://docs.google.com/spreadsheets/d/12YcL4e60fvDVliTEzew-c2bbRahBUEaB

对于Client(Android),因为需要单独打包协议so,对包体积影响较大,未压缩情况下会带来2M左右负担。调研了携程等公司的做法,可以采取动态下发,lazy load的形式。在合适的时机下载dex和so进行加载,避免对包体积的影响。


在proguard下,集成cronet会增加2300个方法,230k dex(未压缩),so download size 1.5M,可动态加载。

## QUICDroid

Expand Down

0 comments on commit f22fbd3

Please sign in to comment.