Update dependencies, fix lint
This commit is contained in:
Родитель
89dfdb8c61
Коммит
a1f8b14d8e
|
@ -27,7 +27,7 @@ target_sdk_version=29
|
|||
|
||||
ndk_version=21.3.6528147
|
||||
dagger_version=2.27
|
||||
androidx_room_persistence_version=2.2.5
|
||||
androidx_room_persistence_version=2.2.6
|
||||
androidx_preference_version=1.1.1
|
||||
retrofit2_version=2.8.1
|
||||
com_squareup_okhttp3_okhttp_version=3.12.6
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<lint>
|
||||
<issue id="ObsoleteLintCustomCheck" severity="ignore" />
|
||||
</lint>
|
|
@ -107,10 +107,12 @@ dependencies {
|
|||
implementation "androidx.core:core-ktx:$core_ktx_version"
|
||||
|
||||
//other
|
||||
implementation "androidx.security:security-crypto:1.0.0-rc03"
|
||||
implementation "androidx.preference:preference-ktx:$androidx_preference_version"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
|
||||
//noinspection GradleDependency
|
||||
implementation "androidx.security:security-crypto:1.0.0-rc03"
|
||||
|
||||
api 'com.google.guava:guava:28.1-android'
|
||||
implementation "org.bouncycastle:bcprov-jdk15on:$org_bouncycastle_bcprov_jdk15on"
|
||||
// JWE/JWS
|
||||
|
|
Загрузка…
Ссылка в новой задаче