mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-02-21 18:28:56 -06:00
Bump to v1.4.5
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
1
fastlane/metadata/android/en-US/changelogs/1405.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/1405.txt
Normal file
@@ -0,0 +1 @@
|
||||
Bug Fix and improvements
|
||||
@@ -1 +1 @@
|
||||
Remove second launcher icon
|
||||
Bug Fix and improvements
|
||||
Reference in New Issue
Block a user