aboutsummaryrefslogtreecommitdiffstats
path: root/libs/MemorizingTrustManager/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-12-18 21:56:56 +0100
committerChristian Schneppe <christian@pix-art.de>2016-12-18 21:56:56 +0100
commit6815a788a3dc37e9294b944a26fa56e74e4f88d3 (patch)
tree1fee26e435b8175bd53ac3ccac225f46a3b03897 /libs/MemorizingTrustManager/build.gradle
parentc25a6520a0eed6635262a4124d1dbdc10a6972e4 (diff)
add support for RFC7711 to MTM
Diffstat (limited to 'libs/MemorizingTrustManager/build.gradle')
-rw-r--r--libs/MemorizingTrustManager/build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/MemorizingTrustManager/build.gradle b/libs/MemorizingTrustManager/build.gradle
index 12072b81f..46d464a33 100644
--- a/libs/MemorizingTrustManager/build.gradle
+++ b/libs/MemorizingTrustManager/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.2'
+ classpath 'com.android.tools.build:gradle:2.0.0'
}
}
-apply plugin: 'android-library'
+apply plugin: 'com.android.library'
android {
- compileSdkVersion 19
- buildToolsVersion "19.1"
+ compileSdkVersion 24
+ buildToolsVersion "23.0.3"
defaultConfig {
- minSdkVersion 7
- targetSdkVersion 19
+ minSdkVersion 14
+ targetSdkVersion 24
}
sourceSets {