Skip to content

Commit

Permalink
Fix fastlane precheck rules, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Mar 26, 2021
1 parent 5662f63 commit d8f594b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions android/fastlane/metadata/android/en-US/changelogs/79.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Indicate whether a transaction is unconfirmed or not
- Allow changing default block explorer
- Show relevant alerts regarding Nano or Natrium
- Add Danish Translation
3 changes: 2 additions & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ platform :ios do
skip_screenshots: true,
submit_for_review: true,
force: true,
ipa: ENV['IPA_PATH']
ipa: ENV['IPA_PATH'],
precheck_include_in_app_purchases: false
)
end
end
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Natrium - Fast, Robust & Secure NANO Wallet.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 2.4.0+78
version: 2.4.1+79

environment:
sdk: ">=2.11.99 <3.0.0"
Expand Down

0 comments on commit d8f594b

Please sign in to comment.