version increase

This commit is contained in:
wesaphzt 2019-09-09 13:48:09 +01:00
parent 813b948f19
commit 1b2a5139b9
2 changed files with 11 additions and 6 deletions

View file

@ -1,13 +1,13 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 28 compileSdkVersion 29
defaultConfig { defaultConfig {
applicationId "com.wesaphzt.privatelock" applicationId "com.wesaphzt.privatelock"
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 28 targetSdkVersion 29
versionCode 1 versionCode 2
versionName "1.0" versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {
@ -22,10 +22,10 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.intuit.sdp:sdp-android:1.0.3' implementation 'com.intuit.sdp:sdp-android:1.0.3'
implementation 'androidx.preference:preference:1.0.0' implementation 'androidx.preference:preference:1.1.0'
implementation 'com.github.AppIntro:AppIntro:5.1.0' implementation 'com.github.AppIntro:AppIntro:5.1.0'
implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0' implementation 'com.google.android.material:material:1.0.0'

View file

@ -0,0 +1,5 @@
- Animation scaling issues fixed
- Stop service correctly to fix memory leak & reduce code
- Notification priority changed to low for Nougat and lower
- Option added to run service when screen is off to be able to force PIN entry
- Gradle & library updates