Working netty version. Added missing dependency.
This commit is contained in:
parent
856cea2867
commit
abd6ef1d4c
|
@ -61,4 +61,5 @@ dependencies {
|
||||||
//compile "org.slf4j:slf4j-android:1.6.1-RC1"
|
//compile "org.slf4j:slf4j-android:1.6.1-RC1"
|
||||||
compile 'com.android.support:support-v4:22.1.1'
|
compile 'com.android.support:support-v4:22.1.1'
|
||||||
compile 'com.android.support:appcompat-v7:22.1.1'
|
compile 'com.android.support:appcompat-v7:22.1.1'
|
||||||
|
compile 'com.android.support:recyclerview-v7:22.1.1'
|
||||||
}
|
}
|
|
@ -97,7 +97,7 @@ dependencies {
|
||||||
//compile "com.octo.android.robospice:robospice-spring-android:1.4.14"
|
//compile "com.octo.android.robospice:robospice-spring-android:1.4.14"
|
||||||
|
|
||||||
//compile 'com.octo.android.robospice:robospice-ormlite:1.4.14'
|
//compile 'com.octo.android.robospice:robospice-ormlite:1.4.14'
|
||||||
compile('io.netty:netty-all:4.0.21.Final') {
|
compile('io.netty:netty-all:4.0.26.Final') {
|
||||||
exclude group: 'commons-logging', module: 'commons-logging'
|
exclude group: 'commons-logging', module: 'commons-logging'
|
||||||
}
|
}
|
||||||
compile "com.madgag.spongycastle:core:${scastleVersion}"
|
compile "com.madgag.spongycastle:core:${scastleVersion}"
|
||||||
|
|
Loading…
Reference in New Issue