Move back to mainline lib now that merge is complete.
This commit is contained in:
@@ -27,8 +27,7 @@ dependencies {
|
|||||||
compile 'com.heinrichreimersoftware:material-drawer:2.2.0' //Apache 2.0
|
compile 'com.heinrichreimersoftware:material-drawer:2.2.0' //Apache 2.0
|
||||||
compile 'io.realm:realm-android:0.85.0' //Apache 2.0 + RCBL
|
compile 'io.realm:realm-android:0.85.0' //Apache 2.0 + RCBL
|
||||||
compile 'com.squareup.picasso:picasso:2.5.2' //Apache 2.0
|
compile 'com.squareup.picasso:picasso:2.5.2' //Apache 2.0
|
||||||
//compile 'com.github.thorbenprimke:realm-recyclerview:0.9.5' //Apache 2.0
|
compile 'com.github.thorbenprimke:realm-recyclerview:0.9.6' //Apache 2.0
|
||||||
compile (name:'realmrecyclerview-debug',ext:'aar')
|
|
||||||
compile 'com.github.TonicArtos:SuperSLiM:ed0ba4b4d2'
|
compile 'com.github.TonicArtos:SuperSLiM:ed0ba4b4d2'
|
||||||
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2' //Apache 2.0
|
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2' //Apache 2.0
|
||||||
compile ('com.thoughtworks.xstream:xstream:1.4.7') { //BSD
|
compile ('com.thoughtworks.xstream:xstream:1.4.7') { //BSD
|
||||||
|
|||||||
Binary file not shown.
@@ -16,9 +16,6 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://jitpack.io" }
|
maven { url "https://jitpack.io" }
|
||||||
flatDir {
|
|
||||||
dirs 'libs'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user