We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d0aed commit fce1762Copy full SHA for fce1762
3 files changed
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
targetSdk 35
29
minSdk 26
30
31
- versionCode 44
32
- versionName "0.27.2"
+ versionCode 45
+ versionName "0.28.0"
33
34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
35
fastlane/metadata/android/en-US/changelogs/44.txt
fastlane/metadata/android/en-US/changelogs/45.txt
@@ -0,0 +1,2 @@
1
+Added:
2
+- Ability to swap counterparties on the transfer sheet, if they are both accounts
0 commit comments