I have used Premium Android SDK of HERE Maps API and implemented in my app. But my application size is increased 130 MB before this my app size was 44 MB.
HERE SDK AAR now contains architecture for 3 platforms: ARMv7(32bit), ARMv8((64bit) and x86. That is why size is increased.
You can split APK using build Gradle option.
I have used Premium Android SDK of HERE Maps API and implemented in my app. But my application size is increased 130 MB before this my app size was 44 MB.