MPP: Add Android tests for new MPP

This commit is contained in:
Alexey Sedunov
2018-10-02 18:47:05 +03:00
parent da06e49b19
commit dcdd42ba00
2 changed files with 208 additions and 0 deletions
@@ -86,6 +86,7 @@ unzipSdkTask("android_m2repository", "r44", "extras/android", "")
unzipSdkTask("platform-tools", "r25.0.3", "", toolsOs)
unzipSdkTask("tools", "r24.3.4", "", toolsOs)
unzipSdkTask("build-tools", "r23.0.1", "build-tools/23.0.1", toolsOs, buildTools, 1)
unzipSdkTask("build-tools", "r28.0.2", "build-tools/28.0.2", toolsOs, buildTools, 1)
val clean by task<Delete> {