fastlane-plugin-versioning_android
fastlane-plugin-versioning_android copied to clipboard
Android Versioning Plugin for Fastlane
Could not find fastlane-plugin-versioning_android-0.1.1 in any of the sources. The latest version is v0.1.0 on [RubyGems](https://rubygems.org/gems/fastlane-plugin-versioning_android)
> **An exception occured while reading gradle file: No such file or directory @ rb_sysopen** ### Following error occured when using `android_get_version_code` and `android_get_version_name` containing white space in provided gradle...
Hello, I'm facing a problem when invoke `android_get_version_name` Due my build.gradle has following structure: ``` android { def versionMajor = 6 def versionMinor = 8 def versionPatch = 27 compileSdkVersion...
Using `android_set_version_name` without options sets `versionName` to an empty string. If you run it twice it then completely removes the property from gradle. If you instead try setting a specific...
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
Hi, could you add in your plugin a parameter in order to manager flavours? Indeed, in case of our app, we have the same code to build two different apps...
I have found a bug in `android_set_version_name`. If there is a space in the version name, for example: "3.2.1 some word" only the last set of characters after the last...
Before creating an apk file, I call android_set_version_code & android_set_version_name, but it seems that only android_set_version_name works. Before and after creating apk, I use to check android_get_version_code, but then I...
Solves part of https://github.com/beplus/fastlane-plugin-versioning_android/issues/10
android_set_version_name Action not found file when used build.gradle.ktx ( kotlin script). It is working in build.gradle. but build.gradle.ktx is not working. Please handling branch ( ktx, groovy ) and apply.