All Projects → beplus → fastlane-plugin-versioning_android

beplus / fastlane-plugin-versioning_android

Licence: MIT license
Android Versioning Plugin for Fastlane

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to fastlane-plugin-versioning android

Fastlane Plugin Versioning
Extends fastlane versioning actions. Allows to set/get versions without using agvtool and do some other small tricks.
Stars: ✭ 357 (+215.93%)
Mutual labels:  fastlane, versioning
Aspnet Api Versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Stars: ✭ 2,154 (+1806.19%)
Mutual labels:  versioning, versioning-semantics
Versionberg
Gradle plugin for versioning your library/application on every git commit
Stars: ✭ 78 (-30.97%)
Mutual labels:  versioning, versioning-semantics
fastlane-Android-CI
This project demonstrate how we can use fastlane along with CI and automate versioning of Version code and Version name.
Stars: ✭ 22 (-80.53%)
Mutual labels:  fastlane, versioning
aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Stars: ✭ 2,396 (+2020.35%)
Mutual labels:  versioning, versioning-semantics
TiFastlane
With TiFastlane you'll be able to fully optimize the way you submit your app updates and maintain your certificates and provisioning profiles of all your Titanium Apps.
Stars: ✭ 83 (-26.55%)
Mutual labels:  fastlane
fastlane-plugin-jira release notes
Fastlane Plugin for Jira Release Notes
Stars: ✭ 14 (-87.61%)
Mutual labels:  fastlane
express-routes-versioning
Node.js module provides versioning for expressjs routes/api
Stars: ✭ 57 (-49.56%)
Mutual labels:  versioning
fastlane-plugin-flutter
Flutter actions plugin for Fastlane
Stars: ✭ 31 (-72.57%)
Mutual labels:  fastlane
node-version-assets
Version your static assets with MD5 hashes using node.js
Stars: ✭ 65 (-42.48%)
Mutual labels:  versioning
sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (-11.5%)
Mutual labels:  fastlane
gradle-git-versioning-plugin
This extension will set project version, based on current Git branch or tag.
Stars: ✭ 44 (-61.06%)
Mutual labels:  versioning
gitlab-ci-android-fastlane
Docker image for building android apps on Gitlab CI
Stars: ✭ 25 (-77.88%)
Mutual labels:  fastlane
my fastlane lanes
No description or website provided.
Stars: ✭ 24 (-78.76%)
Mutual labels:  fastlane
zerover
0️⃣ Minimalist versioning scheme for devs who can't be bothered.
Stars: ✭ 141 (+24.78%)
Mutual labels:  versioning
AndroidFastlaneCICD
📱A sample repository to demonstrate the Automate publishing🚀 app to the Google Play Store with GitHub Actions⚡+ Fastlane🏃.
Stars: ✭ 82 (-27.43%)
Mutual labels:  fastlane
fastlane-plugin-xchtmlreport
fastlane plugin for XCTestHTMLReport
Stars: ✭ 17 (-84.96%)
Mutual labels:  fastlane
VersionTrackingPlugin
Version Tracking Plugin for Xamarin and Windows
Stars: ✭ 62 (-45.13%)
Mutual labels:  versioning
speckle-unity
AEC Interoperability for Unity through Speckle
Stars: ✭ 28 (-75.22%)
Mutual labels:  versioning
versioning
Prevents update conflicts in Laravel
Stars: ✭ 35 (-69.03%)
Mutual labels:  versioning

versioning_android plugin

Build Status fastlane Plugin Badge

Getting Started

This project is a fastlane plugin. To get started with fastlane-plugin-versioning_android, add it to your project by running:

fastlane add_plugin versioning_android

About versioning_android

Android Versioning Plugin for Fastlane - easily Get / Set versionCode and versionName on your Android project.

Note: If you need to work with Build Number and Version on iOS, see versioning_ios

Available actions

  • android_get_version_code to get the Version Code
  • android_get_version_name to get the Version Name
  • android_set_version_code to set the new Version Code
  • android_set_version_name to set the new Version Name

Example

Check out the example Fastfile to see how to use this plugin. Try it by cloning the repo, running fastlane install_plugins and bundle exec fastlane test.

Example project

@todo You can find a fully functional setup of this plugin in the UdemyFastlane repo, where you can also find more info about versioning of Android apps.

Run tests for this plugin

To run both the tests, and code style validation, run

rake

To automatically fix many of the styling issues, use

rubocop -a

Issues and Feedback

For any other issues and feedback about this plugin, please submit it to this repository.

Troubleshooting

If you have trouble using plugins, check out the Plugins Troubleshooting guide.

Using fastlane Plugins

For more information about how the fastlane plugin system works, check out the Plugins documentation.

About fastlane

fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].