mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix Fastfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user