diff --git a/.idea/other.xml b/.idea/other.xml deleted file mode 100644 index 0d3a1fb..0000000 --- a/.idea/other.xml +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index f8d5dd3..dca6f80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.starry.greenstash" minSdk 24 targetSdk 35 - versionCode 380 - versionName "3.8.0" + versionCode 381 + versionName "3.8.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/381.txt b/fastlane/metadata/android/en-US/changelogs/381.txt new file mode 100644 index 0000000..9045e0e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/381.txt @@ -0,0 +1,3 @@ +- Fixed inconsistent behavior of date & time picker dialog in different locales. +- Bump target SDK version to v35 (Android 15). +- Update dependencies & some minor improvements. \ No newline at end of file