Updated to newest SDK and fixed UI-tests to run not only on a simulator, but also on real devices. (reverted from commit 468b322635)

This commit is contained in:
Alexander Pacha
2017-01-17 23:44:27 +01:00
parent dee14cf165
commit d76f879d34
3 changed files with 7 additions and 12 deletions

View File

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