I am using Telerik AppBuilder (former Icenium) to build an APK for PlayStore. However, my app is bigger than 50MB, therefore I have to use Expansion Files.
Since files are in cloud, I have pushed them to my Github account, then pulled them, and I created Expansion Files successfully.
I have found a way how to upload Expansion File to Google Playstore, using "placeholder" (dummy) APK.
The problem is, this all doesnt help me much because I have to somehow replace this "placeholder" APK with my actual APK, that is bigger than 50 MB?
Do I need to make my APK smaller than 50MB? Can I just exclude files from my project?