From 1b2a5139b91ed77b31f4ba1f455167d71ab1bfa8 Mon Sep 17 00:00:00 2001 From: wesaphzt Date: Mon, 9 Sep 2019 13:48:09 +0100 Subject: [PATCH] version increase --- app/build.gradle | 12 ++++++------ fastlane/metadata/android/en-US/changelogs/2.txt | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2.txt diff --git a/app/build.gradle b/app/build.gradle index 951f4aa..03d19fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "com.wesaphzt.privatelock" minSdkVersion 17 - targetSdkVersion 28 - versionCode 1 - versionName "1.0" + targetSdkVersion 29 + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -22,10 +22,10 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) 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 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.google.android.material:material:1.0.0' diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt new file mode 100644 index 0000000..53b95b4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -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 \ No newline at end of file