We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2736f06 commit 9f1098fCopy full SHA for 9f1098f
app/build.gradle
@@ -17,8 +17,8 @@ android {
17
applicationId "com.starry.greenstash"
18
minSdk 24
19
targetSdk 35
20
- versionCode 381
21
- versionName "3.8.1"
+ versionCode 390
+ versionName "3.9.0"
22
23
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
24
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/390.txt
@@ -0,0 +1,3 @@
1
+- Added ability to export app data to a CSV file.
2
+- Some minor bug fixes and improvements.
3
+- Updated dependencies.
0 commit comments