Android Studio 3.0 beta 7

pull/574/head
Alex Baker 7 years ago
parent 19ca9e5251
commit 71f911076c

@ -11,7 +11,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta5'
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
}
}
@ -28,7 +28,7 @@ android {
}
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion '26.0.2'
defaultConfig {
applicationId "org.tasks"
@ -99,10 +99,10 @@ configurations {
final DAGGER_VERSION = '2.9'
final BUTTERKNIFE_VERSION = '8.8.1'
final GPS_VERSION = '11.2.2'
final SUPPORT_VERSION = '26.0.2'
final GPS_VERSION = '11.4.0'
final SUPPORT_VERSION = '26.1.0'
final STETHO_VERSION = '1.5.0'
final ROOM_VERSION = '1.0.0-alpha9'
final ROOM_VERSION = '1.0.0-alpha9-1'
final TESTING_SUPPORT_VERSION = '1.0.0'
dependencies {

Loading…
Cancel
Save