Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
savoirfairelinux
jami-client-android
Commits
1b982ffd
Commit
1b982ffd
authored
10 months ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: update zxing and gson dependencies
Change-Id: I6d6c13fb97a63a1f1cd4046716530c7331bd6d47
parent
b70789cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jami-android/app/build.gradle.kts
+1
-1
1 addition, 1 deletion
jami-android/app/build.gradle.kts
jami-android/libjamiclient/build.gradle.kts
+2
-2
2 additions, 2 deletions
jami-android/libjamiclient/build.gradle.kts
with
3 additions
and
3 deletions
jami-android/app/build.gradle.kts
+
1
−
1
View file @
1b982ffd
...
...
@@ -122,7 +122,7 @@ dependencies {
// Barcode scanning
implementation
(
"com.journeyapps:zxing-android-embedded:4.3.0"
)
{
isTransitive
=
false
}
implementation
(
"com.google.zxing:core:3.5.
1
"
)
implementation
(
"com.google.zxing:core:3.5.
3
"
)
// Dagger dependency injection
implementation
(
"com.google.dagger:hilt-android:$hilt_version"
)
...
...
This diff is collapsed.
Click to expand it.
jami-android/libjamiclient/build.gradle.kts
+
2
−
2
View file @
1b982ffd
...
...
@@ -16,7 +16,7 @@ dependencies {
exclude
(
group
=
"com.fasterxml.jackson.core"
,
module
=
"jackson-core"
)
}
// QRCode encoding
implementation
(
"com.google.zxing:core:3.5.
1
"
)
implementation
(
"com.google.zxing:core:3.5.
3
"
)
// dependency injection
implementation
(
"javax.inject:javax.inject:1"
)
// ORM
...
...
@@ -27,7 +27,7 @@ dependencies {
// RxJava
implementation
(
"io.reactivex.rxjava3:rxjava:3.1.8"
)
// gson
implementation
(
"com.google.code.gson:gson:2.1
0.1
"
)
implementation
(
"com.google.code.gson:gson:2.1
1.0
"
)
api
(
"com.google.dagger:dagger:$hilt_version"
)
kapt
(
"com.google.dagger:dagger-compiler:$hilt_version"
)
}
...
...
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