Fix sdk version for sample

This commit is contained in:
Alexey Kulish 2018-03-29 11:04:40 +03:00
parent de84a656ae
commit 3e53f5ec36

View file

@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
compileSdkVersion 27
buildToolsVersion "27.0.3"
dexOptions {
jumboMode true