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 6f43b8a commit 0b1e9f8Copy full SHA for 0b1e9f8
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "com.starry.greenstash"
19
minSdk 24
20
targetSdk 35
21
- versionCode 391
22
- versionName "3.9.1"
+ versionCode 392
+ versionName "3.9.2"
23
24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
25
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/392.txt
@@ -0,0 +1,3 @@
1
+- Migrate to type-safe navigation API
2
+- Updated dependencies & AGP version
3
+- Minor fixes and code cleanup.
0 commit comments