Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-android
Commits
f76f1ac1
Commit
f76f1ac1
authored
Jun 08, 2021
by
Adrien Béraud
Browse files
build: update dependencies
Change-Id: Icf3f540a0d1268b200bc8807dd51915074dac323
parent
8cda1816
Changes
2
Hide whitespace changes
Inline
Side-by-side
ring-android/app/build.gradle
View file @
f76f1ac1
...
...
@@ -76,22 +76,22 @@ android {
}
dependencies
{
def
dagger_version
=
'2.3
5.1
'
def
dagger_version
=
'2.3
6
'
implementation
fileTree
(
include:
'*.jar'
,
dir:
'libs'
)
implementation
project
(
':libringclient'
)
implementation
'androidx.core:core:1.
3.2
'
implementation
"androidx.appcompat:appcompat:1.
2
.0"
implementation
'androidx.core:core:1.
5.0
'
implementation
"androidx.appcompat:appcompat:1.
3
.0"
implementation
'androidx.constraintlayout:constraintlayout:2.0.4'
implementation
"androidx.legacy:legacy-support-core-utils:1.0.0"
implementation
"androidx.cardview:cardview:1.0.0"
implementation
"androidx.preference:preference:1.1.1"
implementation
"androidx.recyclerview:recyclerview:1.2.
0
"
implementation
"androidx.recyclerview:recyclerview:1.2.
1
"
implementation
"androidx.leanback:leanback:1.1.0-rc01"
implementation
"androidx.leanback:leanback-preference:1.1.0-rc01"
implementation
'androidx.tvprovider:tvprovider:1.0.0'
implementation
"androidx.media:media:1.3.
0
"
implementation
"androidx.media:media:1.3.
1
"
implementation
"androidx.percentlayout:percentlayout:1.0.0"
implementation
"com.google.android.material:material:1.3.0"
implementation
'com.google.android:flexbox:2.0.1'
...
...
@@ -99,7 +99,7 @@ dependencies {
implementation
"androidx.sharetarget:sharetarget:1.1.0"
// ORM
implementation
'com.j256.ormlite:ormlite-android:5.
3
'
implementation
'com.j256.ormlite:ormlite-android:5.
5
'
// Barcode scanning
implementation
(
'com.journeyapps:zxing-android-embedded:4.2.0'
)
{
transitive
=
false
}
...
...
ring-android/libringclient/build.gradle
View file @
f76f1ac1
...
...
@@ -14,7 +14,7 @@ dependencies {
implementation
'javax.inject:javax.inject:1'
// ORM
implementation
'com.j256.ormlite:ormlite-core:5.
3
'
implementation
'com.j256.ormlite:ormlite-core:5.
5
'
// Required -- JUnit 4 framework
testImplementation
'junit:junit:4.13.2'
...
...
@@ -23,7 +23,7 @@ dependencies {
implementation
'io.reactivex.rxjava2:rxjava:2.2.21'
// gson
implementation
'com.google.code.gson:gson:2.8.
6
'
implementation
'com.google.code.gson:gson:2.8.
7
'
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment