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 --- example/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'example/build.gradle') diff --git a/example/build.gradle b/example/build.gradle index c73848c..be02597 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -1,17 +1,17 @@ apply plugin: 'com.android.application' dependencies { - compile 'com.android.support:support-v4:22.2.1' + compile 'com.android.support:support-v4:23.3.0' compile project(':openpgp-api') } android { - compileSdkVersion 22 - buildToolsVersion '21.1.2' + compileSdkVersion 23 + buildToolsVersion '23.0.3' defaultConfig { minSdkVersion 9 - targetSdkVersion 22 + targetSdkVersion 23 applicationId 'org.openintents.openpgp.example' versionCode 6 versionName '7.0' -- cgit v1.2.3