fix Fastfile

This commit is contained in:
J-Jamet
2022-04-19 18:18:15 +02:00
parent 088c556b00
commit e7a82b167a
2 changed files with 0 additions and 16 deletions

View File

@@ -13,13 +13,6 @@ default_platform(:android)
platform :android do platform :android do
desc "Clean repo"
lane :clean do
gradle(
task: 'clean'
)
end
desc "Runs all the tests" desc "Runs all the tests"
lane :tests do lane :tests do
gradle(task: "test") gradle(task: "test")
@@ -57,7 +50,6 @@ platform :android do
gradle( gradle(
task: 'clean' task: 'clean'
) )
reset_git_repo
end end
end end

View File

@@ -15,14 +15,6 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
## Android ## Android
### android clean
```sh
[bundle exec] fastlane android clean
```
Clean repo
### android tests ### android tests
```sh ```sh