beplus / fastlane-plugin-versioning_android

Android Versioning Plugin for Fastlane
MIT License
140 stars 25 forks source link

android_set_version_name misses single colon in version #11

Open jplorier opened 3 years ago

jplorier commented 3 years ago

I've tried in many ways to pass the version name to include the single colon as the syntax demands, but it always includes the version name without the colons

joe-yeomans commented 2 years ago

You can get around it by wrapping it in single quotes:

      android_set_version_name(
          version_name: "\'1.0.0\'"
      )