Как я могу уменьшить размер папки lib в Apk для моего проекта Android Studio - PullRequest
0 голосов
/ 04 октября 2019

Почти 18 МБ занято lib, как я могу уменьшить его?

implementation 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'

implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.2.0'
implementation 'org.jsoup:jsoup:1.10.3'
implementation 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'


implementation 'com.google.android.gms:play-services-ads-lite:18.2.0'


implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'
implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'
implementation 'com.github.ybq:Android-SpinKit:1.4.0'`

https://i.stack.imgur.com/FL1Y2.png

...