From eb2ff92161e28a77011fa648933918d274cfdd3f Mon Sep 17 00:00:00 2001
From: akwizgran <akwizgran@users.sourceforge.net>
Date: Tue, 8 Dec 2015 13:06:04 +0000
Subject: [PATCH] Build with SDK 23, continue to target SDK 22. #162

---
 briar-android/briar-android.iml | 2 +-
 briar-android/build.gradle      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/briar-android/briar-android.iml b/briar-android/briar-android.iml
index 6e88d67ad9..c465a22dca 100644
--- a/briar-android/briar-android.iml
+++ b/briar-android/briar-android.iml
@@ -62,7 +62,7 @@
       <excludeFolder url="file://$MODULE_DIR$/build/outputs" />
       <excludeFolder url="file://$MODULE_DIR$/build/tmp" />
     </content>
-    <orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
+    <orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" exported="" name="android-support-v4" level="project" />
     <orderEntry type="library" exported="" name="jtorctl-briar" level="project" />
diff --git a/briar-android/build.gradle b/briar-android/build.gradle
index a58aaed829..f66cb4b952 100644
--- a/briar-android/build.gradle
+++ b/briar-android/build.gradle
@@ -9,8 +9,8 @@ dependencies {
 }
 
 android {
-    compileSdkVersion 22
-    buildToolsVersion "22.0.1"
+    compileSdkVersion 23
+    buildToolsVersion "23.0.2"
 
     sourceSets {
         main {
-- 
GitLab