android - what is the difference between com.mcxiaoke.volley:library-aar and com.mcxiaoke.volley:library? -
when search volley in android studio, both com.mcxiaoke.volley:library:1.0.19 , com.mcxiaoke.volley:library-aar:1.0.1. difference? aar stand for? base on this answer, 1 without aar newer version, right?
aar file format (like jar). http://tools.android.com/tech-docs/new-build-system/aar-format. version matters. 1.0.19 newer 1.0.1
Comments
Post a Comment