Giphy / giphy-android-sdk

Home of the GIPHY SDK Android example app, along with Android SDK documentation, issue tracking, & release notes.
https://developers.giphy.com/
Mozilla Public License 2.0
91 stars 40 forks source link

Apk size is increased from 32 MB to 39MB after integrating Giphy-sdk in android. #223

Open roopkishore101 opened 2 months ago

roopkishore101 commented 2 months ago

My current apk size was 32 which was using gradle version 7.4, but after integrating Giphy-sdk, I had to change my gradle version to 8. and there were multiple changes in the entire project. but after creating the release build. I observed there is a 7 MB increase in apk size. can anyone explain the reason?

Thanks in advance.

ALexanderLonsky commented 2 months ago

Hey @roopkishore101, you can analyze your APK using Android Studio by going to Build -> Analyze APK