Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria-Bordunova authored Oct 13, 2021
1 parent 30957fa commit 1744f5a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
release = [
versionName: "3.1.2",
versionName: "3.1.3",
versionCode: 1
]
}
Expand Down
9 changes: 7 additions & 2 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew cask install fastlane`
or alternatively using `brew install fastlane`

# Available Actions
## Android
Expand All @@ -21,9 +21,14 @@ or alternatively using `brew cask install fastlane`
fastlane android test
```
Runs all the tests
### android bump
```
fastlane android bump
```


----

This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
7 changes: 1 addition & 6 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.006291">

</testcase>


<testcase classname="fastlane.lanes" name="1: test" time="9.949658">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.07686">

</testcase>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ class AppModule(
}

companion object {
private const val SDK_VERSION = "3.1.2"
private const val SDK_VERSION = "3.1.3"
}
}

0 comments on commit 1744f5a

Please sign in to comment.