aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2016-05-07 12:19:51 +0300
committerDominik Schürmann <dominik@dominikschuermann.de>2016-05-07 12:19:51 +0300
commitab5fec23d751a017ab0fdac93950c00ce7b8c1dc (patch)
tree4d88b0544bf37c87a4287a70c011cc8a73b74012 /example
parent8ca0f578bb843db7744dbd5724b32f6664b5c3db (diff)
downloadopenpgp-api-ab5fec23d751a017ab0fdac93950c00ce7b8c1dc.tar.gz
openpgp-api-ab5fec23d751a017ab0fdac93950c00ce7b8c1dc.tar.bz2
openpgp-api-ab5fec23d751a017ab0fdac93950c00ce7b8c1dc.zip
Update build env
Diffstat (limited to 'example')
-rw-r--r--example/build.gradle8
1 files changed, 4 insertions, 4 deletions
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'