mirror of
https://github.com/wesaphzt/privatelock.git
synced 2025-04-21 15:09:08 +00:00
release 1.2
This commit is contained in:
parent
6b560beac8
commit
36bb398fd4
2 changed files with 6 additions and 2 deletions
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "com.wesaphzt.privatelock"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 29
|
||||
versionCode 2
|
||||
versionName "1.1"
|
||||
versionCode 3
|
||||
versionName "1.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
|
4
fastlane/metadata/android/en-US/changelogs/3.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/3.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
- Fix for background service < Android 8.0/Oreo
|
||||
- Add option for haptic feedback (vibration) on lock trigger
|
||||
- Reworked animation logic
|
||||
- Fix 'License' and 'Bug report' links on about page
|
Loading…
Add table
Reference in a new issue