From ab5fec23d751a017ab0fdac93950c00ce7b8c1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 7 May 2016 12:19:51 +0300 Subject: Update build env --- openpgp-api/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openpgp-api') diff --git a/openpgp-api/build.gradle b/openpgp-api/build.gradle index 4060a70..8ce368b 100644 --- a/openpgp-api/build.gradle +++ b/openpgp-api/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.library' apply plugin: 'bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library) android { - compileSdkVersion 22 - buildToolsVersion '21.1.2' + compileSdkVersion 23 + buildToolsVersion '23.0.3' defaultConfig { versionCode 9 versionName '11.0' // API-Version . minor minSdkVersion 9 - targetSdkVersion 22 + targetSdkVersion 23 } // Do not abort build if lint finds errors -- cgit v1.2.3