Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
56ded12b
authored
Oct 11, 2018
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fixed - dependency conflict in build.gradle file.
parent
e457a648
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
app/build.gradle
app/build.gradle
View file @
56ded12b
...
@@ -94,7 +94,10 @@ dependencies {
...
@@ -94,7 +94,10 @@ dependencies {
implementation
'com.squareup.retrofit2:converter-gson:2.3.0'
implementation
'com.squareup.retrofit2:converter-gson:2.3.0'
implementation
'com.squareup.okhttp3:logging-interceptor:3.8.1'
implementation
'com.squareup.okhttp3:logging-interceptor:3.8.1'
implementation
'com.jakewharton:butterknife:8.8.1'
implementation
'com.jakewharton:butterknife:8.8.1'
implementation
'com.google.android.gms:play-services-analytics:15.0.2'
implementation
(
'com.google.android.gms:play-services-analytics:15.0.2'
)
{
exclude
group:
'com.google.firebase'
,
module:
'firebase-iid'
}
implementation
'com.googlecode.android-query:android-query:0.25.9'
implementation
'com.googlecode.android-query:android-query:0.25.9'
annotationProcessor
'com.jakewharton:butterknife-compiler:8.8.1'
annotationProcessor
'com.jakewharton:butterknife-compiler:8.8.1'
implementation
(
'com.crashlytics.sdk.android:crashlytics:2.9.0@aar'
)
{
implementation
(
'com.crashlytics.sdk.android:crashlytics:2.9.0@aar'
)
{
...
@@ -108,8 +111,11 @@ dependencies {
...
@@ -108,8 +111,11 @@ dependencies {
implementation
'com.android.support:animated-vector-drawable:27.1.1'
implementation
'com.android.support:animated-vector-drawable:27.1.1'
implementation
'com.android.support:support-media-compat:27.1.1'
implementation
'com.android.support:support-media-compat:27.1.1'
implementation
'com.android.support:support-v4:27.1.1'
implementation
'com.android.support:support-v4:27.1.1'
implementation
'com.google.firebase:firebase-messaging:15.0.2'
implementation
(
'com.google.firebase:firebase-messaging:15.0.2'
)
{
implementation
'com.android.support.constraint:constraint-layout:1.1.0'
exclude
group:
'com.google.firebase'
,
module:
'firebase-iid'
}
implementation
'com.android.support.constraint:constraint-layout:1.1.3'
//static Reports Screen
//static Reports Screen
implementation
'com.numetriclabz.numandroidcharts:numandroidcharts:1.0.9'
implementation
'com.numetriclabz.numandroidcharts:numandroidcharts:1.0.9'
...
...
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