We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9932212 commit 9761f50Copy full SHA for 9761f50
3 files changed
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
targetSdk 35
29
minSdk 26
30
31
- versionCode 47
32
- versionName "0.29.0"
+ versionCode 48
+ versionName "0.30.0"
33
34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
35
fastlane/metadata/android/en-US/changelogs/47.txt
fastlane/metadata/android/en-US/changelogs/48.txt
@@ -0,0 +1,2 @@
1
+Added:
2
+- Amount breakdown by subcategory on the category details sheet
0 commit comments