Updated to newest SDK and fixed UI-tests to run not only on a simulator, but also on real devices.

This commit is contained in:
Alexander Pacha
2016-10-31 14:17:01 +01:00
parent b321594d46
commit 468b322635
3 changed files with 12 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
maven { url 'http://repo1.maven.org/maven2' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
}
}