Skip to content

How to use it? #4

@razvangazi

Description

@razvangazi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions