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 207449d commit 42ef3faCopy full SHA for 42ef3fa
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = appPackageId
18
minSdk = 23
19
targetSdk = 33
20
- versionCode = 1412
21
- versionName = "1.4.12"
+ versionCode = 1413
+ versionName = "1.4.13"
22
23
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
24
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/1413.txt
@@ -0,0 +1,3 @@
1
+
2
+Now you can copy all the fields.
3
+New option added to change password.
whatsnew/whatsnew-en-US
@@ -1 +1,2 @@
-Copy button for all fields, change password option added
+Copy button for all fields,
+change password option added
0 commit comments