Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
145
Issues
145
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-client-android
Commits
911b1c87
Commit
911b1c87
authored
Aug 13, 2020
by
Adrien Béraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: update dependencies
Change-Id: I0f653d27a2f9ce492fad5cf0a02e83285a2b272e
parent
41f7c193
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
14 deletions
+11
-14
ring-android/app/build.gradle
ring-android/app/build.gradle
+11
-14
No files found.
ring-android/app/build.gradle
View file @
911b1c87
...
...
@@ -77,28 +77,25 @@ android {
}
dependencies
{
def
android_support_core_version
=
'1.1.0'
def
android_support_version
=
'1.0.0'
def
material_version
=
'1.2.0-alpha05'
def
dagger_version
=
'2.28.1'
def
dagger_version
=
'2.28.3'
implementation
fileTree
(
include:
'*.jar'
,
dir:
'libs'
)
implementation
project
(
':libringclient'
)
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.legacy:legacy-support-core-utils:
${android_support_version}
"
implementation
"androidx.cardview:cardview:
${android_support_version}
"
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:
${android_support_core_version}
"
implementation
"androidx.leanback:leanback:1.1.0-alpha0
3
"
implementation
"androidx.leanback:leanback-preference:1.1.0-alpha0
3
"
implementation
"androidx.media:media:
${android_support_core_version}
"
implementation
"androidx.recyclerview:recyclerview:
1.1.0
"
implementation
"androidx.leanback:leanback:1.1.0-alpha0
4
"
implementation
"androidx.leanback:leanback-preference:1.1.0-alpha0
4
"
implementation
"androidx.media:media:
1.1.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
'org.osmdroid:osmdroid-android:6.1.
6
'
implementation
'org.osmdroid:osmdroid-android:6.1.
7
'
// ORM
implementation
'com.j256.ormlite:ormlite-android:5.1'
...
...
@@ -125,7 +122,7 @@ dependencies {
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-analytics'
exclude
group:
'com.google.firebase'
,
module:
'firebase-measurement-connector'
...
...
Write
Preview
Markdown
is supported
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