Skip to content

Commit

Permalink
chore: Update fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hushenghao committed Dec 30, 2023
1 parent 0462292 commit 55204c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh/languages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<string name="locale_lang_hu_HU">匈牙利语</string>
<string name="locale_lang_th_TH">泰语</string>
<string name="locale_lang_no_NO">挪威语</string>
<string name="locale_lang_fil_PH">菲律宾</string>
<string name="locale_lang_fil_PH">菲律宾语</string>
<string name="locale_lang_lo_LA">老挝语</string>
</resources>
3 changes: 0 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ platform :android do
api_key = ENV["PGYER_API_KEY"]
end
puts "Apikey :#{api_key != nil}"
if api_key != nil
puts "len: #{api_key.length}"
end
gradle(
tasks: ["clean", "app:assembleRelease"],
# Fucking stupid.
Expand Down

0 comments on commit 55204c1

Please sign in to comment.