1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

Implement CI/CD for Android (#48)

* Implement CI/CD for Android with Fastlane
This commit is contained in:
Alex
2022-03-13 22:10:07 -05:00
committed by GitHub
parent db366aac08
commit 274fba1bd2
38 changed files with 346 additions and 63 deletions

3
mobile/android/Gemfile Normal file
View File

@@ -0,0 +1,3 @@
source "https://rubygems.org"
gem "fastlane"