aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-11-15 03:16:46 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-11-15 03:16:46 +0100
commitb0cb0346c17d4f136cbcc3660ff173584fe2b9c7 (patch)
treea614b149a06fa336537092fc6d04a6b7d69bad05 /build.gradle
parentcf51366bb7863f68989e30dba86a0d2dc1e41ce3 (diff)
parenta41e6e0c705e8c927d1f905fad9b36e810dc5acc (diff)
downloadopen-keychain-b0cb0346c17d4f136cbcc3660ff173584fe2b9c7.tar.gz
open-keychain-b0cb0346c17d4f136cbcc3660ff173584fe2b9c7.tar.bz2
open-keychain-b0cb0346c17d4f136cbcc3660ff173584fe2b9c7.zip
Merge branch 'master' into v/decrypt-key-lookup
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 5f7f9b082..63bdffed9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'
}