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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
911b1c87
Commit
911b1c87
authored
Aug 14, 2020
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: update dependencies
Change-Id: I0f653d27a2f9ce492fad5cf0a02e83285a2b272e
parent
41f7c193
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ring-android/app/build.gradle
+11
-14
11 additions, 14 deletions
ring-android/app/build.gradle
with
11 additions
and
14 deletions
ring-android/app/build.gradle
+
11
−
14
View file @
911b1c87
...
@@ -77,28 +77,25 @@ android {
...
@@ -77,28 +77,25 @@ android {
}
}
dependencies
{
dependencies
{
def
android_support_core_version
=
'1.1.0'
def
dagger_version
=
'2.28.3'
def
android_support_version
=
'1.0.0'
def
material_version
=
'1.2.0-alpha05'
def
dagger_version
=
'2.28.1'
implementation
fileTree
(
include:
'*.jar'
,
dir:
'libs'
)
implementation
fileTree
(
include:
'*.jar'
,
dir:
'libs'
)
implementation
project
(
':libringclient'
)
implementation
project
(
':libringclient'
)
implementation
'androidx.core:core:1.3.1'
implementation
'androidx.core:core:1.3.1'
implementation
"androidx.appcompat:appcompat:
$android_support_core_version
"
implementation
"androidx.appcompat:appcompat:
1.2.0
"
implementation
'androidx.constraintlayout:constraintlayout:1.1.3'
implementation
'androidx.constraintlayout:constraintlayout:1.1.3'
implementation
"androidx.legacy:legacy-support-core-utils:
${android_support_version}
"
implementation
"androidx.legacy:legacy-support-core-utils:
1.0.0
"
implementation
"androidx.cardview:cardview:
${android_support_version}
"
implementation
"androidx.cardview:cardview:
1.0.0
"
implementation
"androidx.preference:preference:1.1.1"
implementation
"androidx.preference:preference:1.1.1"
implementation
"androidx.recyclerview:recyclerview:
${android_support_core_version}
"
implementation
"androidx.recyclerview:recyclerview:
1.1.0
"
implementation
"androidx.leanback:leanback:1.1.0-alpha0
3
"
implementation
"androidx.leanback:leanback:1.1.0-alpha0
4
"
implementation
"androidx.leanback:leanback-preference:1.1.0-alpha0
3
"
implementation
"androidx.leanback:leanback-preference:1.1.0-alpha0
4
"
implementation
"androidx.media:media:
${android_support_core_version}
"
implementation
"androidx.media:media:
1.1.0
"
implementation
"androidx.percentlayout:percentlayout:1.0.0"
implementation
"androidx.percentlayout:percentlayout:1.0.0"
implementation
"com.google.android.material:material:1.
1
.0"
implementation
"com.google.android.material:material:1.
2
.0"
implementation
'com.google.android:flexbox:1.1.1'
implementation
'com.google.android:flexbox:1.1.1'
implementation
'org.osmdroid:osmdroid-android:6.1.
6
'
implementation
'org.osmdroid:osmdroid-android:6.1.
7
'
// ORM
// ORM
implementation
'com.j256.ormlite:ormlite-android:5.1'
implementation
'com.j256.ormlite:ormlite-android:5.1'
...
@@ -125,7 +122,7 @@ dependencies {
...
@@ -125,7 +122,7 @@ dependencies {
implementation
'com.jsibbold:zoomage:1.2.0'
implementation
'com.jsibbold:zoomage:1.2.0'
withFirebaseImplementation
(
'com.google.firebase:firebase-messaging:20.2.
3
'
)
{
withFirebaseImplementation
(
'com.google.firebase:firebase-messaging:20.2.
4
'
)
{
exclude
group:
'com.google.firebase'
,
module:
'firebase-core'
exclude
group:
'com.google.firebase'
,
module:
'firebase-core'
exclude
group:
'com.google.firebase'
,
module:
'firebase-analytics'
exclude
group:
'com.google.firebase'
,
module:
'firebase-analytics'
exclude
group:
'com.google.firebase'
,
module:
'firebase-measurement-connector'
exclude
group:
'com.google.firebase'
,
module:
'firebase-measurement-connector'
...
...
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
sign in
to comment