Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Jan 8, 2025
1 parent 6668cd8 commit 9b9ff75
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ default_platform(:android)
# Google Play supported metadata locales
# https://support.google.com/googleplay/android-developer/table/4419860?hl=en

platform :android do

before_all do
Dir.chdir("../nym-vpn-android") do
end
before_all do
Dir.chdir("../nym-vpn-android") do
end
end

platform :android do

desc 'Deploy an internal version to Google Play'
lane :internal do |options|
Expand Down

0 comments on commit 9b9ff75

Please sign in to comment.