mirror of
https://github.com/wesaphzt/privatelock.git
synced 2025-04-20 22:49:08 +00:00
version increase
This commit is contained in:
parent
813b948f19
commit
1b2a5139b9
2 changed files with 11 additions and 6 deletions
|
@ -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'
|
||||
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/2.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/2.txt
Normal 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
|
Loading…
Add table
Reference in a new issue