aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorJeremy Klein <jlklein@google.com>2015-08-07 11:13:28 -0700
committerJeremy Klein <jlklein@google.com>2015-08-13 15:04:54 -0700
commit39a9114332262e3febd8d2ea7f05c7317744019a (patch)
treed0941e7e9977fbdbce8213dce57877c011023c7b /app/build.gradle
parent7de5ce146e721cbc7296c8110f6bed26d9eae8e2 (diff)
downloadconnectbot-39a9114332262e3febd8d2ea7f05c7317744019a.tar.gz
connectbot-39a9114332262e3febd8d2ea7f05c7317744019a.tar.bz2
connectbot-39a9114332262e3febd8d2ea7f05c7317744019a.zip
Add tabs when there's more than one terminal active.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0913b4e..67e6c01 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -41,7 +41,7 @@ android {
defaultConfig {
applicationId "org.connectbot"
- minSdkVersion 4
+ minSdkVersion 8
targetSdkVersion 22
ndk {
@@ -64,6 +64,8 @@ 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.0"
}
buildTypes {