Target SDK 23 and related fixes

This commit is contained in:
Dominik Schürmann
2015-10-26 20:53:32 +01:00
parent 33fea901e9
commit 67a51cdfe3
6 changed files with 32 additions and 29 deletions

View File

@@ -43,6 +43,6 @@ project(':extern:spongycastle') {
// 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 = 22
buildToolsVersion = '22.0.1'
compileSdkVersion = 23
buildToolsVersion = '23.0.1'
}