Skip to content

Commit 6b0c8da

Browse files
[ci skip] [CI] Bump Android build code
1 parent 52753b5 commit 6b0c8da

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
applicationId "cf.shabang.condution"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 38
9+
versionCode 39
1010
versionName "1.2.0"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}

fastlane/README.md

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,46 @@
11
fastlane documentation
2-
----
3-
2+
================
43
# Installation
54

65
Make sure you have the latest version of the Xcode command line tools installed:
76

8-
```sh
7+
```
98
xcode-select --install
109
```
1110

12-
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
11+
Install _fastlane_ using
12+
```
13+
[sudo] gem install fastlane -NV
14+
```
15+
or alternatively using `brew install fastlane`
1316

1417
# Available Actions
15-
1618
### syncdevid
17-
18-
```sh
19-
[bundle exec] fastlane syncdevid
2019
```
21-
20+
fastlane syncdevid
21+
```
2222
Sync Developer ID Certificates
2323

2424
----
2525

26-
2726
## iOS
28-
2927
### ios build
30-
31-
```sh
32-
[bundle exec] fastlane ios build
3328
```
34-
29+
fastlane ios build
30+
```
3531
Push a new beta build to Testflight
3632

3733
----
3834

39-
4035
## Android
41-
4236
### android build
43-
44-
```sh
45-
[bundle exec] fastlane android build
4637
```
47-
38+
fastlane android build
39+
```
4840
Push a new beta build to Google Play Store
4941

5042
----
5143

5244
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
53-
54-
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
55-
56-
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
45+
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
46+
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

0 commit comments

Comments
 (0)