Small NB to build.gradle

This commit is contained in:
Dimitry Ivanov 2018-10-25 22:29:57 +03:00
parent eb232037a1
commit cbf9a7b4a6

View File

@ -40,6 +40,7 @@ if (hasProperty('local')) {
ext {
// NB, updating build-tools or compile-sdk will require updating Travis config (.travis.yml)
config = [
'build-tools' : '28.0.3',
'compile-sdk' : 27,