Setup fastlane

This commit is contained in:
Matte23
2020-11-02 11:28:08 +01:00
parent 0ae74bb766
commit 022a05b217
10 changed files with 293 additions and 2 deletions

View File

@@ -33,4 +33,4 @@ allprojects {
tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
}
}