File tree Expand file tree Collapse file tree 2 files changed +16
-26
lines changed Expand file tree Collapse file tree 2 files changed +16
-26
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11fastlane documentation
2- ----
3-
2+ ================
43# Installation
54
65Make sure you have the latest version of the Xcode command line tools installed:
76
8- ``` sh
7+ ```
98xcode-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+ ```
2222Sync 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+ ```
3531Push 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+ ```
4840Push a new beta build to Google Play Store
4941
5042----
5143
5244This 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 ) .
You can’t perform that action at this time.
0 commit comments