We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2156ddb commit b0455d2Copy full SHA for b0455d2
2 files changed
app/build.gradle
@@ -15,8 +15,8 @@ android {
15
applicationId "com.hegocre.nextcloudpasswords"
16
minSdk 24
17
targetSdk 34
18
- versionCode 24
19
- versionName "1.0.6"
+ versionCode 25
+ versionName "1.0.7"
20
21
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/25.txt
@@ -0,0 +1,8 @@
1
+- Add more digits to app lock
2
+- Lock app on device lock
3
+- Add password generation options
4
+- Add appearance customization options
5
+- Add more information on the about screen
6
+- Fix icon loading on self-hosted instances
7
+- Fix some autofill fields not being detected
8
+- Visual improvements and bug fixes
0 commit comments