Use platform-25 for android tests

Add Android platform-25 to dependencies
Update platform tools to 25.0.3
This commit is contained in:
Vyacheslav Gerasimov
2017-04-26 22:42:41 +03:00
parent 7af10769c9
commit 9552666aa6
2 changed files with 19 additions and 2 deletions
@@ -34,6 +34,6 @@ public class TestUtils {
@NonNull
public static String getLatestAndroidPlatform() {
return "android-23";
return "android-25";
}
}