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
e7244d20
Commit
e7244d20
authored
Dec 10, 2017
by
Leonardo Aramaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Android-Job, jstate and crouton libraries
parent
7a343b9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
build.gradle
app/build.gradle
+7
-4
dependencies.gradle
dependencies.gradle
+4
-1
No files found.
app/build.gradle
View file @
e7244d20
...
...
@@ -98,7 +98,6 @@ play {
track
=
"${track}"
}
ext
{
playLibVersion
=
'11.6.0'
stethoVersion
=
'1.5.0'
stethoOkhttp3Version
=
'1.5.0'
stethoRealmVersion
=
'2.2.2'
...
...
@@ -122,9 +121,9 @@ dependencies {
implementation
rxbindingDependencies
.
rxBindingSupport
implementation
rxbindingDependencies
.
rxBindingAppcompact
api
"org.jetbrains.kotlin:kotlin-stdlib-jre8:$rootProject.ext.kotlinVersion"
implementation
"com.google.firebase:firebase-core:$playLibVersion"
implementation
"com.google.firebase:firebase-crash:$playLibVersion"
implementation
"com.google.android.gms:play-services-gcm:$playLibVersion"
implementation
"com.google.firebase:firebase-core:$
rootProject.ext.
playLibVersion"
implementation
"com.google.firebase:firebase-crash:$
rootProject.ext.
playLibVersion"
implementation
"com.google.android.gms:play-services-gcm:$
rootProject.ext.
playLibVersion"
implementation
"com.trello.rxlifecycle2:rxlifecycle:$rxlifecycleVersion"
implementation
"com.trello.rxlifecycle2:rxlifecycle-android:$rxlifecycleVersion"
implementation
"com.trello.rxlifecycle2:rxlifecycle-components:$rxlifecycleVersion"
...
...
@@ -136,7 +135,11 @@ dependencies {
implementation
(
'com.crashlytics.sdk.android:crashlytics:2.6.8@aar'
)
{
transitive
=
true
;
}
implementation
(
extraDependencies
.
crouton
)
{
exclude
group:
'com.android.support'
,
module:
'support-v4'
}
implementation
extraDependencies
.
androidJob
implementation
extraDependencies
.
jstate
debugImplementation
"com.facebook.stetho:stetho:$stethoVersion"
debugCompile
"com.facebook.stetho:stetho-okhttp3:$stethoOkhttp3Version"
debugCompile
"com.uphyca:stetho_realm:$stethoRealmVersion"
...
...
dependencies.gradle
View file @
e7244d20
ext
{
preDexLibs
=
"true"
!=
System
.
getenv
(
"CI"
)
supportLibraryVersion
=
"27.0.1"
playLibVersion
=
'11.6.2'
constraintLayoutVersion
=
"1.0.2"
kotlinVersion
=
"1.2.0"
okHttpVersion
=
"3.9.0"
...
...
@@ -23,7 +24,9 @@ ext {
rxAndroid
:
"io.reactivex.rxjava2:rxandroid:2.0.1"
,
textDrawable
:
"com.github.rocketchat:textdrawable:1.0.2"
,
optional
:
"com.hadisatrio:Optional:v1.0.1"
,
androidJob
:
"com.evernote:android-job:1.2.1"
androidJob
:
"com.evernote:android-job:1.2.1"
,
jstate
:
"com.unquietcode.tools.jstate:jstate:2.1"
,
crouton
:
"de.keyboardsurfer.android.widget:crouton:1.8.5@aar"
]
rxbindingDependencies
=
[
...
...
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