mirror of
https://github.com/wesaphzt/privatelock.git
synced 2025-04-19 14:09:09 +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"
|
applicationId "com.wesaphzt.privatelock"
|
||||||
minSdkVersion 17
|
minSdkVersion 17
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 2
|
versionCode 3
|
||||||
versionName "1.1"
|
versionName "1.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
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