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
3a18f3fb
Commit
3a18f3fb
authored
10 months ago
by
Taras
Browse files
Options
Downloads
Patches
Plain Diff
Sdk 33 + dependencies upgrade
parent
4febd9f3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
auth/build.gradle
+1
-1
1 addition, 1 deletion
auth/build.gradle
core/build.gradle
+2
-2
2 additions, 2 deletions
core/build.gradle
with
3 additions
and
3 deletions
auth/build.gradle
+
1
−
1
View file @
3a18f3fb
...
...
@@ -73,7 +73,7 @@ dependencies {
gplayImplementation
'com.android.billingclient:billing-ktx:6.2.1'
//PasswordManager
def
credentials_version
=
'1.3.0-alpha0
2
'
def
credentials_version
=
'1.3.0-alpha0
3
'
gplayImplementation
"androidx.credentials:credentials:$credentials_version"
gplayImplementation
"androidx.credentials:credentials-play-services-auth:$credentials_version"
...
...
This diff is collapsed.
Click to expand it.
core/build.gradle
+
2
−
2
View file @
3a18f3fb
...
...
@@ -60,7 +60,7 @@ dependencies {
api
"androidx.autofill:autofill:1.1.0"
//Kotlin
api
"androidx.core:core-ktx:1.1
2
.0"
api
"androidx.core:core-ktx:1.1
3
.0"
//androidx lifecycle
def
lifecycle_version
=
"2.7.0"
...
...
@@ -80,7 +80,7 @@ dependencies {
kapt
"com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version"
//Matrix
api
(
'org.futo.gitlab.circles:matrix-android-sdk:v1.6.10.3
2
@aar'
)
{
api
(
'org.futo.gitlab.circles:matrix-android-sdk:v1.6.10.3
3
@aar'
)
{
transitive
=
true
}
...
...
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