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 d263a46 commit 8b47cc6Copy full SHA for 8b47cc6
.idea/other.xml
app/build.gradle
@@ -17,8 +17,8 @@ android {
17
applicationId "com.starry.greenstash"
18
minSdk 24
19
targetSdk 35
20
- versionCode 380
21
- versionName "3.8.0"
+ versionCode 381
+ versionName "3.8.1"
22
23
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
24
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/381.txt
@@ -0,0 +1,3 @@
1
+- Fixed inconsistent behavior of date & time picker dialog in different locales.
2
+- Bump target SDK version to v35 (Android 15).
3
+- Update dependencies & some minor improvements.
0 commit comments