Bump to v1.4.5

This commit is contained in:
Yogesh Choudhary Paliyal
2022-01-23 11:16:42 +05:30
parent ef1103c44c
commit 1751f95e59
4 changed files with 8 additions and 6 deletions

View File

@@ -17,8 +17,8 @@
## 🤩 Features
- [x] Complete Offline : No internet permission has been added
- [x] Open Source : Code is accessible to every one
- [x] Encrypted Backup and Restore
- [x] Open Source : Code is accessible to every one
- [x] Encrypted Backup and Restore
- [x] Dark Mode Support
- [x] Material Design 3
- [x] Screenshot Blocked
@@ -30,12 +30,13 @@
## 🛠️ Language, Tools & Frameworks Used
1. Kotlin
2. Cipher (For Backup encryption and decrytion)
2. Cipher (For Backup encryption and decryption)
3. Material Design
4. MVVM architecture
5. LiveData & MutableLiveData
6. Room Database
7. Hilt (Dependency Injection)
8. Jetpack Data Store Preference
## Download Links

View File

@@ -20,8 +20,8 @@ android {
applicationId appPackageId
minSdkVersion 22
targetSdkVersion 31
versionCode 1404
versionName "1.4.4"
versionCode 1405
versionName "1.4.5"
testInstrumentationRunner "com.yogeshpaliyal.keypass.CustomTestRunner"
}

View File

@@ -0,0 +1 @@
Bug Fix and improvements

View File

@@ -1 +1 @@
Remove second launcher icon
Bug Fix and improvements