Fix sdk version for sample
This commit is contained in:
parent
de84a656ae
commit
3e53f5ec36
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue