I am building light-weight app for delivering service-data.
I tried to looked at Reducing android app (apk) size asked by Vivek Warde. Its looks similar problem but its not that i m just trying to use Jetpack to my application so that i can use feature of live data and other animation stuff.
As i looked futher in Android Documentation on ProGuard on app size matter but it says here
Note: ProGuard can clean up some unnecessary code imported with a library, but it can't remove a library's large internal dependencies.
So i was doubt that app size get increase.