Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hegocre committed Dec 29, 2023
1 parent 118f022 commit 4745eba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.hegocre.nextcloudpasswords"
minSdk 24
targetSdk 34
versionCode 24
versionName "1.0.6"
versionCode 25
versionName "1.0.7"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Add more digits to app lock
- Lock app on device lock
- Add password generation options
- Add appearance customization options
- Add more information on the about screen
- Fix icon loading on self-hosted instances
- Fix some autofill fields not being detected
- Visual improvements and bug fixes

0 comments on commit 4745eba

Please sign in to comment.