We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59df0f commit cf08cafCopy full SHA for cf08caf
2 files changed
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
targetSdk 35
29
minSdk 26
30
31
- versionCode 40
32
- versionName "0.25.0"
+ versionCode 41
+ versionName "0.26.0"
33
34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
35
fastlane/metadata/android/en-US/changelogs/40.txt
@@ -1,3 +1,3 @@
1
Added:
2
-- Animation of amount changes on the accounts screen
3
-- Animation of category amount changes on the categories screen
+- Animation of pressed amount and passcode keyboard keys
+- Animation of the bottom navigation bar entries
0 commit comments