Skip to content

Commit 9ea6f32

Browse files
committed
first commit
0 parents  commit 9ea6f32

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# commit_android_version_bump plugin
2+
3+
[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-commit_android_version_bump)
4+
5+
## Getting Started
6+
7+
This project is a [fastlane](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-commit_android_version_bump`, add it to your project by running:
8+
9+
```bash
10+
fastlane add_plugin commit_android_version_bump
11+
```
12+
13+
## About commit_android_version_bump
14+
15+
This Android plugins allow you to commit every modification done in your build.gradle file during the execution of a lane. In fast, it do the same as the commit_version_bump action, but for Android
16+
17+
**Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
18+
19+
## Example
20+
21+
Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
22+
23+
**Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
24+
25+
## Run tests for this plugin
26+
27+
To run both the tests, and code style validation, run
28+
29+
```
30+
rake
31+
```
32+
33+
To automatically fix many of the styling issues, use
34+
```
35+
rubocop -a
36+
```
37+
38+
## Issues and Feedback
39+
40+
For any other issues and feedback about this plugin, please submit it to this repository.
41+
42+
## Troubleshooting
43+
44+
If you have trouble using plugins, check out the [Plugins Troubleshooting](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/PluginsTroubleshooting.md) doc in the main `fastlane` repo.
45+
46+
## Using `fastlane` Plugins
47+
48+
For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Plugins.md).
49+
50+
## About `fastlane`
51+
52+
`fastlane` is the easiest way to automate building and releasing your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).

0 commit comments

Comments
 (0)