SiarheiFedartsou / fastlane-plugin-versioning

Extends fastlane versioning actions. Allows to set/get versions without using agvtool and do some other small tricks.
MIT License
504 stars 60 forks source link

Anything similar for Android? #7

Closed codyrotwein closed 7 years ago

codyrotwein commented 7 years ago

I need to increase the versionCode and versionName for all of my productFlavors in my gradle file. Would nice to have a plugin like this.

SiarheiFedartsou commented 7 years ago

@codyrotwein sorry, no, it is plugin for fastlane, not for gradle. And for now we support iOS only. But feel free to add Android support by yourself and make a pull request.