aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-27 20:11:06 -0700
committerKenny Root <kenny@the-b.org>2015-08-27 21:41:06 -0700
commiteb22c7ff03800374f21c1a8eb16a7f08a366e29e (patch)
treee95e91abd0c33b3f1e2c522d008504d51628d4c3 /app/build.gradle
parentc0378ed2db7243395197a7c0df4f324e098db446 (diff)
downloadconnectbot-eb22c7ff03800374f21c1a8eb16a7f08a366e29e.tar.gz
connectbot-eb22c7ff03800374f21c1a8eb16a7f08a366e29e.tar.bz2
connectbot-eb22c7ff03800374f21c1a8eb16a7f08a366e29e.zip
Update to targetSdkVersion 23
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 60e76f1..fa0b267 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,7 +12,7 @@ buildscript {
dependencies {
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1x'
- classpath 'com.android.tools.build:gradle:1.2.3'
+ classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
}
}
@@ -36,13 +36,13 @@ dependencies {
}
android {
- compileSdkVersion 22
+ compileSdkVersion 23
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "org.connectbot"
minSdkVersion 8
- targetSdkVersion 22
+ targetSdkVersion 23
ndk {
moduleName "com_google_ase_Exec"
@@ -63,9 +63,9 @@ android {
}
dependencies {
- compile "com.android.support:support-v4:22.2.1"
- compile "com.android.support:appcompat-v7:22.2.1"
- compile "com.android.support:design:22.2.1"
+ compile "com.android.support:support-v4:23.0.0"
+ compile "com.android.support:appcompat-v7:23.0.0"
+ compile "com.android.support:design:23.0.0"
androidTestCompile('com.android.support.test:runner:0.3') {
exclude module: "support-annotations"