updating some support libraries
This commit is contained in:
parent
a6f70bb7ae
commit
5c4dc9b700
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.18.1'
|
||||
propVersionName = '5.18.2'
|
||||
kotlin_version = '1.3.50'
|
||||
}
|
||||
|
||||
|
|
|
@ -30,9 +30,9 @@ android {
|
|||
dependencies {
|
||||
implementation 'com.andrognito.patternlockview:patternlockview:1.0.0'
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
implementation 'androidx.core:core-ktx:1.0.2'
|
||||
implementation 'androidx.core:core-ktx:1.1.0'
|
||||
|
||||
api 'androidx.appcompat:appcompat:1.0.2'
|
||||
api 'androidx.appcompat:appcompat:1.1.0'
|
||||
api 'com.github.ajalt.reprint:core:3.3.0@aar'
|
||||
api 'com.google.android.material:material:1.0.0'
|
||||
api 'com.github.bumptech.glide:glide:4.9.0'
|
||||
|
|
Loading…
Reference in a new issue