it more understanding.
Lets say you need Facebook SDK for your app.
Every time facebook release new SDK version, you need to download the latest jar file and replace it with new one.
Is n't it time consuming?
Now lets automate this process.
When ever there is a new release, even bug fixes, download the jar and its sources if available to make the debugging easier for you.
To do this there is a scripting language called gradle. When ever there is a new release, this will download the latest version. More over you can tell exact version you want.
Android studio uses gradle to automate this process.
Its features not only limited to dependancies but to generate APK, new version migration (Support lib to AndroidX) and more!
Обсуждают сегодня