diff --git a/android/fastlane/metadata/android/en-US/changelogs/65.txt b/android/fastlane/metadata/android/en-US/changelogs/65.txt new file mode 100644 index 0000000000..3aa682b840 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/65.txt @@ -0,0 +1,5 @@ +- Add app version number on login page +- Disables multi-select option when a modal is open +- Pending files now can be shared +- Layout improvements to the country dropdown on the Turbo payment form +- Fixed issue where switching ArConnect wallets redirected users to initial unlock screen. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 544499ce59..7aaa6d73b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Secure, permanent storage publish_to: 'none' -version: 2.16.0 +version: 2.17.0 environment: sdk: '>=2.18.5 <3.0.0'