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 61df0aa commit 04a1148Copy full SHA for 04a1148
app/build.gradle.kts
@@ -20,8 +20,8 @@ android {
20
applicationId = appPackageId
21
minSdk = 23
22
targetSdk = 35
23
- versionCode = 1438
24
- versionName = "1.4.38"
+ versionCode = 1439
+ versionName = "1.4.39"
25
26
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
27
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/1439.txt
@@ -0,0 +1 @@
1
+Improve UI/UX for the settings pages
whatsnew/whatsnew-en-US
@@ -1 +1 @@
-Testing release
0 commit comments