1
0
Форкнуть 0
This commit is contained in:
Andreas Mikolajewski 2021-02-19 11:19:14 +01:00
Родитель 89dfdb8c61
Коммит a1f8b14d8e
3 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -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

4
lint.xml Normal file
Просмотреть файл

@ -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