Reputation: 2385
I'm trying to create a small react native app that uses Code Push for updates and it works!, - however i'm a bit confused about the " target versions " - the binary version that code push uses to target which users should receive the update.
Where can i see / edit that version number ?
Upvotes: 0
Views: 1705
Reputation: 4162
In Android, it is versionName
value in app > build.gradle
In iOS, it is Version
field
Upvotes: 2