Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.34 KB

InstantPortfolioAndroid

Opt-in to Instant app to experience instant app in playstore

https://support.google.com/googleplay/answer/7240211?hl=en

instant app which you can directly try without installing

Get it on Google Play

https://prudhvir3ddy.github.io/mobile/

if you open this link on an Android device, it should directly open the app

How it shows in playstore

Screenshot 2024-12-22 at 11 42 52 PM

The app has two flavours

  • instant ( one that works with Try Now)
  • installed ( installable app from playstore )

To run an instant app in local, run these commands

 ./gradlew assembleSplitsInstantRelease
 ./gradlew runinstantInstantRelease

To publish the app, use android studio to generate bundles regularly.

When uploading in playstore, make sure to have aab version of the instant app has less version code than the main app

Also, select instant app here for uploading instant app build Screenshot 2024-12-22 at 8 46 46 PM