From 9f46f0eb31ff50cf2a44343e347a7b600c30a038 Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Thu, 30 Nov 2017 12:20:27 +0000 Subject: [PATCH] Bump compileSdkVersion --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 61c32fb..65a23ce 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -98,7 +98,7 @@ android { dexOptions { javaMaxHeapSize "4g" } - compileSdkVersion 23 + compileSdkVersion 24 buildToolsVersion "23.0.1" defaultConfig {