Skip to content

Commit

Permalink
Merge pull request #146 from aivanovski/feature/update-to-version-1.0.0
Browse files Browse the repository at this point in the history
Update to version 1.0.0
  • Loading branch information
aivanovski authored Jul 30, 2023
2 parents 918dc14 + 99d8b60 commit 6b48040
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Another Android client app for KeePass databases.
- Autofill for Android >= 8.0
- Attachments handling
- Fuzzy search
- Dark theme (controlled by system settings)

# License
```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-parcelize'

def versionMajor = 0
def versionMinor = 25
def versionMajor = 1
def versionMinor = 0
def versionPatch = 0

def formattedVersionCode = (versionMajor * 10000 + versionMinor * 100 + versionPatch).toString()
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/10000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add Dark theme
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ This app is orientated for my personal use. It may have some bugs, so please mak
* Biometric unlock
* Autofill for Android >= 8.0
* Fuzzy search
* Dark theme
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#The content of this file is generated automatically for F-Droid
#Mon Jul 24 20:50:24 CEST 2023
versionCode=2500
versionName=0.25.0
#Sun Jul 30 14:45:49 CEST 2023
versionCode=10000
versionName=1.0.0

0 comments on commit 6b48040

Please sign in to comment.