Skip to content

Commit

Permalink
chore(INJI-360): add ESIGNET_HOST in Fastfile for android.
Browse files Browse the repository at this point in the history
  • Loading branch information
swatigoel committed Sep 13, 2023
1 parent 3e1032e commit dc06c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
default_platform(:android)

MIMOTO_HOST = ENV["MIMOTO_HOST"]
ESIGNET_HOST = ENV["ESIGNET_HOST"]
APPLICATION_THEME = ENV["APPLICATION_THEME"]
RELEASE_KEYSTORE_ALIAS = ENV["RELEASE_KEYSTORE_ALIAS"]
RELEASE_KEYSTORE_PASSWORD = ENV["RELEASE_KEYSTORE_PASSWORD"]
Expand Down

0 comments on commit dc06c68

Please sign in to comment.