From cabd426608f2c6776ecd1ef2ac0053dcc352adbc Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Wed, 15 Jul 2015 13:31:45 -0700 Subject: Add the v4 support library and update the notification API. Switch to using NotificationCompat.Builder. This will allow for the creation of a "disconnect all" button in the notification (see #93). --- app/build.gradle | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index d3da188..ad8ba26 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,13 +4,13 @@ apply from: '../config/quality.gradle' apply from: '../config/translations.gradle' android { - compileSdkVersion 20 - buildToolsVersion "20.0.0" + compileSdkVersion 22 + buildToolsVersion "21.0.0" defaultConfig { applicationId "org.connectbot" minSdkVersion 4 - targetSdkVersion 15 + targetSdkVersion 22 compileOptions { sourceCompatibility JavaVersion.VERSION_1_5 targetCompatibility JavaVersion.VERSION_1_5 @@ -34,6 +34,10 @@ android { release } + dependencies { + compile "com.android.support:support-v4:22.0.+" + } + buildTypes { release { minifyEnabled true -- cgit v1.2.3