Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
7105f87f
Commit
7105f87f
authored
May 21, 2017
by
Matheus Jardim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating 3rd party dependencies
parent
0e331c30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
build.gradle
android-ddp/build.gradle
+3
-3
build.gradle
app/build.gradle
+2
-0
No files found.
android-ddp/build.gradle
View file @
7105f87f
...
...
@@ -7,7 +7,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:2.3.1'
classpath
'me.tatarka:gradle-retrolambda:3.
5.0
'
classpath
'me.tatarka:gradle-retrolambda:3.
6.1
'
classpath
'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
}
}
...
...
@@ -43,9 +43,9 @@ dependencies {
compile
"com.android.support:support-annotations:$supportVersion"
compile
'com.squareup.okhttp3:okhttp:3.
6
.0'
compile
'com.squareup.okhttp3:okhttp:3.
8
.0'
compile
'io.reactivex.rxjava2:rxjava:2.
0.6
'
compile
'io.reactivex.rxjava2:rxjava:2.
1.0
'
compile
'com.parse.bolts:bolts-tasks:1.4.0'
}
app/build.gradle
View file @
7105f87f
...
...
@@ -124,6 +124,8 @@ dependencies {
compile
"com.github.hotchemi:permissionsdispatcher:$permissionsdispatcherVersion"
annotationProcessor
"com.github.hotchemi:permissionsdispatcher-processor:$permissionsdispatcherVersion"
compile
"com.android.support:support-annotations:$supportVersion"
}
apply
plugin:
'com.google.gms.google-services'
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