mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-27 20:37:57 +01:00
Initial support for sources' login. Upgrade support library version.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user