Initial support for sources' login. Upgrade support library version.

This commit is contained in:
inorichi
2015-10-26 01:41:10 +01:00
parent e857a44987
commit 0e9e80b081
15 changed files with 353 additions and 17 deletions

View File

@@ -4,6 +4,10 @@ apply plugin: 'com.zeroturnaround.jrebel.android'
apply plugin: 'com.neenbedankt.android-apt'
apply plugin: 'me.tatarka.retrolambda'
retrolambda {
jvmArgs '-noverify'
}
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
@@ -45,7 +49,7 @@ android {
}
dependencies {
final SUPPORT_LIBRARY_VERSION = '23.0.1'
final SUPPORT_LIBRARY_VERSION = '23.1.0'
final DAGGER_VERSION = '2.0.1'
final HAMCREST_VERSION = '1.3'
final MOCKITO_VERSION = '1.10.19'