Set Android plugin SDK location explicitly to solve Travis error?

This commit is contained in:
Sean Owen 2017-01-24 13:37:41 +00:00
parent 5d61990e26
commit a4485c2293
No known key found for this signature in database
GPG key ID: F6CE9695C9318406

View file

@ -355,6 +355,7 @@
</executions>
<configuration>
<sdk>
<path>${env.ANDROID_HOME}</path>
<platform>${android.platform}</platform>
</sdk>
<proguard>