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
9064f843
Commit
9064f843
authored
May 22, 2017
by
Matheus Jardim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
multiple app dependencies up-to-date
parent
8f8d9816
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
22 deletions
+22
-22
build.gradle
android-ddp/build.gradle
+3
-3
build.gradle
app/build.gradle
+6
-6
build.gradle
log-wrapper/build.gradle
+2
-2
build.gradle
persistence-realm/build.gradle
+5
-5
build.gradle
rocket-chat-android-widgets/build.gradle
+5
-5
build.gradle
rocket-chat-core/build.gradle
+1
-1
No files found.
android-ddp/build.gradle
View file @
9064f843
...
...
@@ -6,7 +6,7 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:2.3.
1
'
classpath
'com.android.tools.build:gradle:2.3.
2
'
classpath
'me.tatarka:gradle-retrolambda:3.6.1'
classpath
'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
}
...
...
@@ -14,7 +14,7 @@ buildscript {
android
{
compileSdkVersion
25
buildToolsVersion
'25.0.
2
'
buildToolsVersion
'25.0.
3
'
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
...
@@ -35,7 +35,7 @@ android {
}
ext
{
supportVersion
=
'25.
1
.1'
supportVersion
=
'25.
3
.1'
}
dependencies
{
...
...
app/build.gradle
View file @
9064f843
...
...
@@ -10,7 +10,7 @@ buildscript {
mavenCentral
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:2.3.
1
'
classpath
'com.android.tools.build:gradle:2.3.
2
'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
@@ -28,7 +28,7 @@ buildscript {
android
{
compileSdkVersion
25
buildToolsVersion
'25.0.
2
'
buildToolsVersion
'25.0.
3
'
defaultConfig
{
applicationId
"chat.rocket.android"
minSdkVersion
16
...
...
@@ -75,13 +75,13 @@ play {
}
ext
{
supportVersion
=
'25.
2.0
'
playLibVersion
=
'10.2.
0
'
supportVersion
=
'25.
3.1
'
playLibVersion
=
'10.2.
6
'
stethoVersion
=
'1.4.2'
rxbindingVersion
=
'2.0.0'
rxlifecycleVersion
=
'2.0.1'
icepickVersion
=
'3.2.0'
permissionsdispatcherVersion
=
'2.
3.1
'
permissionsdispatcherVersion
=
'2.
4.0
'
}
dependencies
{
...
...
@@ -101,7 +101,7 @@ dependencies {
compile
"com.google.android.gms:play-services-gcm:$playLibVersion"
compile
'com.squareup.okhttp3:okhttp:3.
6
.0'
compile
'com.squareup.okhttp3:okhttp:3.
8
.0'
compile
"com.facebook.stetho:stetho:$stethoVersion"
compile
"com.facebook.stetho:stetho-okhttp3:$stethoVersion"
...
...
log-wrapper/build.gradle
View file @
9064f843
...
...
@@ -5,13 +5,13 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:2.3.
1
'
classpath
'com.android.tools.build:gradle:2.3.
2
'
}
}
android
{
compileSdkVersion
25
buildToolsVersion
'25.0.
2
'
buildToolsVersion
'25.0.
3
'
defaultConfig
{
minSdkVersion
16
...
...
persistence-realm/build.gradle
View file @
9064f843
...
...
@@ -8,7 +8,7 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:2.3.
1
'
classpath
'com.android.tools.build:gradle:2.3.
2
'
classpath
'io.realm:realm-gradle-plugin:2.3.2'
classpath
'me.tatarka:gradle-retrolambda:3.5.0'
classpath
'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
...
...
@@ -18,7 +18,7 @@ buildscript {
android
{
compileSdkVersion
25
buildToolsVersion
'25.0.
2
'
buildToolsVersion
'25.0.
3
'
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
...
@@ -39,7 +39,7 @@ android {
}
ext
{
supportVersion
=
'25.
2.0
'
supportVersion
=
'25.
3.1
'
}
dependencies
{
...
...
@@ -50,10 +50,10 @@ dependencies {
compile
"com.android.support:appcompat-v7:$supportVersion"
compile
"com.android.support:design:$supportVersion"
compile
'io.reactivex.rxjava2:rxjava:2.
0.6
'
compile
'io.reactivex.rxjava2:rxjava:2.
1.0
'
compile
'io.reactivex.rxjava2:rxandroid:2.0.1'
compile
'com.github.akarnokd:rxjava2-interop:0.
9.1
'
compile
'com.github.akarnokd:rxjava2-interop:0.
10.0
'
compile
'com.parse.bolts:bolts-tasks:1.4.0'
...
...
rocket-chat-android-widgets/build.gradle
View file @
9064f843
...
...
@@ -5,13 +5,13 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:2.3.
1
'
classpath
'com.android.tools.build:gradle:2.3.
2
'
}
}
android
{
compileSdkVersion
25
buildToolsVersion
'25.0.
2
'
buildToolsVersion
'25.0.
3
'
defaultConfig
{
minSdkVersion
16
...
...
@@ -30,8 +30,8 @@ android {
}
ext
{
supportVersion
=
'25.
2.0
'
frescoVersion
=
'1.
1
.0'
supportVersion
=
'25.
3.1
'
frescoVersion
=
'1.
3
.0'
rxbindingVersion
=
'2.0.0'
}
...
...
@@ -49,7 +49,7 @@ dependencies {
compile
'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
compile
'com.squareup.okhttp3:okhttp:3.
6
.0'
compile
'com.squareup.okhttp3:okhttp:3.
8
.0'
compile
'com.github.yusukeiwaki.android-widget:widget-fontawesome:0.0.1'
...
...
rocket-chat-core/build.gradle
View file @
9064f843
...
...
@@ -12,7 +12,7 @@ dependencies {
compile
'com.google.code.findbugs:jsr305:3.0.1'
compile
'io.reactivex.rxjava2:rxjava:2.
0.6
'
compile
'io.reactivex.rxjava2:rxjava:2.
1.0
'
compile
'com.fernandocejas:arrow:1.0.0'
...
...
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