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
9ebe4b4a
Commit
9ebe4b4a
authored
2 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: update dependencies
Change-Id: I513e4e76cbab51b7e865eca04d6855464a9faa88
parent
4f6980b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ring-android/app/build.gradle.kts
+1
-1
1 addition, 1 deletion
ring-android/app/build.gradle.kts
ring-android/build.gradle.kts
+1
-1
1 addition, 1 deletion
ring-android/build.gradle.kts
ring-android/libjamiclient/build.gradle.kts
+2
-2
2 additions, 2 deletions
ring-android/libjamiclient/build.gradle.kts
with
4 additions
and
4 deletions
ring-android/app/build.gradle.kts
+
1
−
1
View file @
9ebe4b4a
...
...
@@ -106,7 +106,7 @@ dependencies {
implementation
(
"io.noties.markwon:linkify:$markwon_version"
)
// ORM
implementation
(
"com.j256.ormlite:ormlite-android:5.
6
"
)
implementation
(
"com.j256.ormlite:ormlite-android:5.
7
"
)
// Barcode scanning
implementation
(
"com.journeyapps:zxing-android-embedded:4.3.0"
)
{
isTransitive
=
false
}
...
...
This diff is collapsed.
Click to expand it.
ring-android/build.gradle.kts
+
1
−
1
View file @
9ebe4b4a
...
...
@@ -6,7 +6,7 @@ buildscript {
}
val
kotlin_version
by
extra
{
"1.7.10"
}
val
hilt_version
by
extra
{
"2.42"
}
val
hilt_version
by
extra
{
"2.4
3.
2"
}
dependencies
{
classpath
(
"com.android.tools.build:gradle:7.2.1"
)
...
...
This diff is collapsed.
Click to expand it.
ring-android/libjamiclient/build.gradle.kts
+
2
−
2
View file @
9ebe4b4a
...
...
@@ -17,14 +17,14 @@ dependencies {
// dependency injection
implementation
(
"javax.inject:javax.inject:1"
)
// ORM
implementation
(
"com.j256.ormlite:ormlite-core:5.
6
"
)
implementation
(
"com.j256.ormlite:ormlite-core:5.
7
"
)
// Required -- JUnit 4 framework
testImplementation
(
"junit:junit:4.13.2"
)
// RxJava
implementation
(
"io.reactivex.rxjava3:rxjava:3.1.5"
)
// gson
implementation
(
"com.google.code.gson:gson:2.9.
0
"
)
implementation
(
"com.google.code.gson:gson:2.9.
1
"
)
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