Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
circles-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Circles
circles-android
Commits
56327c86
Commit
56327c86
authored
11 months ago
by
Taras
Browse files
Options
Downloads
Patches
Plain Diff
Update dep, remove credentials play services
parent
5c65b25b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
auth/build.gradle
+1
-1
1 addition, 1 deletion
auth/build.gradle
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
core/build.gradle
+5
-7
5 additions, 7 deletions
core/build.gradle
with
7 additions
and
9 deletions
auth/build.gradle
+
1
−
1
View file @
56327c86
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
1
−
1
View file @
56327c86
...
...
@@ -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"
}
...
...
This diff is collapsed.
Click to expand it.
core/build.gradle
+
5
−
7
View file @
56327c86
...
...
@@ -81,7 +81,7 @@ dependencies {
}
//Retrofit2
def
retrofit_version
=
'2.1
0
.0'
def
retrofit_version
=
'2.1
1
.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.3
4
.0'
api
'io.element.android:wysiwyg:2.3
6
.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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment