Update gradle plugin and support libs

pull/618/head
Alex Baker 7 years ago
parent ec17abec32
commit ad2a44321c

@ -11,7 +11,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}
@ -100,7 +100,7 @@ configurations {
final DAGGER_VERSION = '2.9'
final BUTTERKNIFE_VERSION = '8.8.1'
final GPS_VERSION = '11.4.2'
final SUPPORT_VERSION = '27.0.0'
final SUPPORT_VERSION = '27.0.2'
final STETHO_VERSION = '1.5.0'
final ROOM_VERSION = '1.0.0-alpha9-1'
final TESTING_SUPPORT_VERSION = '1.0.0'

Loading…
Cancel
Save