update compile sdk

This commit is contained in:
Vincent Breitmoser 2019-11-15 12:03:39 +01:00
parent d8a84389b8
commit 47212b68a1
1 changed files with 1 additions and 2 deletions

View File

@ -33,6 +33,5 @@ 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 = 27
buildToolsVersion = '27.0.3'
compileSdkVersion = 28
}