Skip to content
Snippets Groups Projects
Commit 56327c86 authored by Taras's avatar Taras
Browse files

Update dep, remove credentials play services

parent 5c65b25b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ dependencies {
implementation 'androidx.browser:browser:1.8.0'
//Password strength
implementation 'com.nulab-inc:zxcvbn:1.8.2'
implementation 'com.nulab-inc:zxcvbn:1.9.0'
//Subscriptions
gplayImplementation 'com.android.billingclient:billing-ktx:6.2.0'
......
......@@ -3,7 +3,7 @@ buildscript {
sdk_version = 34
min_sdk_version = 24
androidx_nav_version = '2.7.7'
hilt_version = '2.51'
hilt_version = '2.51.1'
modules_version = "1.0.9"
modules_groupId = "org.futo.gitlab.circles"
}
......
......@@ -81,7 +81,7 @@ dependencies {
}
//Retrofit2
def retrofit_version = '2.10.0'
def retrofit_version = '2.11.0'
api "com.squareup.retrofit2:retrofit:$retrofit_version"
api "com.squareup.retrofit2:converter-gson:$retrofit_version"
......@@ -99,8 +99,7 @@ dependencies {
implementation 'jp.wasabeef:glide-transformations:4.3.0'
//Webp animations
//noinspection GradleDependency
api 'com.github.penfeizhou.android.animation:glide-plugin:2.28.0'
api 'com.github.penfeizhou.android.animation:glide-plugin:3.0.1'
//QR
api 'com.google.zxing:core:3.5.3'
......@@ -111,11 +110,10 @@ dependencies {
api "io.noties.markwon:linkify:$markwon_version"
api "io.noties.markwon:ext-strikethrough:$markwon_version"
api "io.noties.markwon:ext-tasklist:$markwon_version"
api 'io.element.android:wysiwyg:2.34.0'
api 'io.element.android:wysiwyg:2.36.0'
//Passkeys
api "androidx.credentials:credentials:1.3.0-alpha01"
api "androidx.credentials:credentials-play-services-auth:1.3.0-alpha01"
//PasswordManager
api "androidx.credentials:credentials:1.3.0-alpha02"
//ExoPlayer
def exoplayer_version = '1.3.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment