Updated on 2026-08-14
This commit is contained in:
parent
ff341704d1
commit
fbbd94051a
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ platform :android do
|
||||||
'versionName' => options[:versionName],
|
'versionName' => options[:versionName],
|
||||||
})
|
})
|
||||||
gradle(
|
gradle(
|
||||||
task: "assemble",
|
task: "bundle",
|
||||||
build_type: "Release",
|
build_type: "Release",
|
||||||
properties: {
|
properties: {
|
||||||
'versionCode' => options[:versionCode],
|
'versionCode' => options[:versionCode],
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ Install _fastlane_ using
|
||||||
```
|
```
|
||||||
[sudo] gem install fastlane -NV
|
[sudo] gem install fastlane -NV
|
||||||
```
|
```
|
||||||
or alternatively using `brew cask install fastlane`
|
or alternatively using `brew install fastlane`
|
||||||
|
|
||||||
# Available Actions
|
# Available Actions
|
||||||
## Android
|
## Android
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue