The version name is empty

When deploying an apk the email and link info don’t contain version name or number. For instance v1.0.2

Hello there,

it is a bit hard to get the answer like this :upside_down_face:
could you please send us this build’s url for example, so I can check out your build logs and try to come up with a possible solution?

Hi Fehersanyi, sorry here you have the url https://app.bitrise.io/app/758f1f719effe582#/builds

And it is already defined in the module’s build.gradle file
defaultConfig {

        versionName "1.3.2"
        versionCode 1119
...
}

Hy, the link you sent us is the list of your builds, that I can not see, I would like a direct url to the build that succeeded, and the install page did not have the version on it properly :upside_down_face:

Could you try to set up the Change Android versionCode and versionName step before the android build step?

didn’t work

well, could you send me that build’s url?

APK info step did the trick

Well actually I guess it can be solved using the latest version of Android Build step and Deploy to Bitrise step. Thank you very much for you help Feher

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.