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
73f7650a
Commit
73f7650a
authored
4 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: update dependencies
Change-Id: I3c3da32677bbb85997caf888d3dfe4f9287693e3
parent
368e3f05
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
ring-android/app/build.gradle
+4
-4
4 additions, 4 deletions
ring-android/app/build.gradle
ring-android/libringclient/build.gradle
+2
-2
2 additions, 2 deletions
ring-android/libringclient/build.gradle
with
6 additions
and
6 deletions
ring-android/app/build.gradle
+
4
−
4
View file @
73f7650a
...
...
@@ -77,7 +77,7 @@ android {
}
dependencies
{
def
dagger_version
=
'2.3
0.1
'
def
dagger_version
=
'2.3
3
'
implementation
fileTree
(
include:
'*.jar'
,
dir:
'libs'
)
implementation
project
(
':libringclient'
)
...
...
@@ -96,7 +96,7 @@ dependencies {
implementation
"androidx.percentlayout:percentlayout:1.0.0"
implementation
"com.google.android.material:material:1.3.0"
implementation
'com.google.android:flexbox:1.1.1'
implementation
'org.osmdroid:osmdroid-android:6.1.
8
'
implementation
'org.osmdroid:osmdroid-android:6.1.
10
'
// ORM
implementation
'com.j256.ormlite:ormlite-android:5.3'
...
...
@@ -115,8 +115,8 @@ dependencies {
annotationProcessor
"com.google.dagger:dagger-compiler:$dagger_version"
// Glide
implementation
'com.github.bumptech.glide:glide:4.1
1
.0'
annotationProcessor
'com.github.bumptech.glide:compiler:4.1
1
.0'
implementation
'com.github.bumptech.glide:glide:4.1
2
.0'
annotationProcessor
'com.github.bumptech.glide:compiler:4.1
2
.0'
// RxAndroid
implementation
'io.reactivex.rxjava2:rxandroid:2.1.1'
...
...
This diff is collapsed.
Click to expand it.
ring-android/libringclient/build.gradle
+
2
−
2
View file @
73f7650a
...
...
@@ -17,10 +17,10 @@ dependencies {
compile
'com.j256.ormlite:ormlite-core:5.3'
// Required -- JUnit 4 framework
testCompile
'junit:junit:4.13'
testCompile
'junit:junit:4.13
.2
'
// RxJava
compile
"
io.reactivex.rxjava2:rxjava:2.2.
16"
compile
'
io.reactivex.rxjava2:rxjava:2.2.
21'
// gson
compile
'com.google.code.gson:gson:2.8.6'
...
...
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