Skip to content

Commit 128f29d

Browse files
committed
Merge pull request ribot#28 from ribot/update_rxandroid
RxAndroid to 1.1.0 and remove aar file
2 parents 54e5cd8 + c863a0e commit 128f29d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,7 @@ dependencies {
112112
compile "com.squareup.retrofit:adapter-rxjava:$RETROFIT_VERSION"
113113
compile 'com.squareup:otto:1.3.8'
114114

115-
// Uses a compiled aar version of latest RxAndroid because issue #238
116-
// is not in maven central yet
117-
// TODO replace when they push new version to maven central and remove AAR
118-
//compile 'io.reactivex:rxandroid:1.0.1'
119-
compile(name:'rxandroid-release', ext:'aar')
120-
115+
compile 'io.reactivex:rxandroid:1.1.0'
121116
compile 'io.reactivex:rxjava:1.1.0'
122117
compile 'com.jakewharton:butterknife:7.0.1'
123118
compile 'com.jakewharton.timber:timber:4.1.0'

app/libs/rxandroid-release.aar

-8.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)