setup fastlane for android

This commit is contained in:
Gergely Hegedus 2023-09-01 17:18:08 +03:00
parent bf2fab3aa1
commit c28bf2449e
10 changed files with 485 additions and 3 deletions

6
android/Gemfile Normal file
View file

@ -0,0 +1,6 @@
source "https://rubygems.org"
gem "fastlane"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)