update compile sdk to 27

This commit is contained in:
Vincent Breitmoser
2018-01-21 03:21:35 +01:00
parent 938081f125
commit 3379a1d85c
8 changed files with 35 additions and 31 deletions

View File

@@ -51,5 +51,6 @@ project(':extern:bouncycastle') {
// SDK Version and Build Tools used by all subprojects
// See http://tools.android.com/tech-docs/new-build-system/tips#TOC-Controlling-Android-properties-of-all-your-modules-from-the-main-project.
ext {
compileSdkVersion = 25
compileSdkVersion = 27
buildToolsVersion = '27.0.3'
}