'How can I reduce size of apk after adding yandex mapkit?

I just created a new flutter project and added yandex_mapkit package. Before adding implementation 'com.yandex.android:maps.mobile:4.0.0-full' to android/app/src/main/.../MainActivity.java/android/app/src/main/.../MainActivity.kt my apk size was 15mb. After 74mb. So how can I reduce size of apk after adding yandex mapkit? Without adding implementation package is not working.There is a lite version of yandex. After changing implementation 'com.yandex.android:maps.mobile:4.0.0-full to implementation 'com.yandex.android:maps.mobile:4.0.0-lite my apk size was reduced to 60mb.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source