release 1.2

This commit is contained in:
wesaphzt 2019-09-20 13:06:13 +01:00
parent 6b560beac8
commit 36bb398fd4
2 changed files with 6 additions and 2 deletions

View file

@ -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 {

View 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