-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Dumb question but....
If I use it in my fastlane file and store it to a variable like so:
version_code = get_version_code
The output I get is:
Integer.parseInt(System.getProperty('VERSION_CODE'))
How do I actually get the version code?
EDIT: Ok so I realized that in my build.gradle file, the versionCode variable is assigned dynamically like so:
versionCode Integer.parseInt(System.getProperty('VERSION_CODE'))
I'm assuming this plugin does not support getting the versionCode if its being assigned from a properties file in the gradle file?
Thanks
Metadata
Metadata
Assignees
Labels
No labels