feat: Add initial fastlane configuration

This commit is contained in:
Anton Stubenbord
2023-02-26 19:11:48 +01:00
parent 621c656287
commit 49392c2ebd
7 changed files with 74 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ default_platform(:android)
platform :android do
desc "Runs all the tests"
lane :test do
gradle(task: "test")
end