From 4f6ec920cddb9f1f4b8638950511f147e071aba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 3 Aug 2017 17:44:52 +0200 Subject: [PATCH] [Android] Set targetApiVersion to 25 We keep being compatible with versions all the way down to 16 for now, but this will disable internal compatibility shims when running on 25. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 562c1656d..dddafa061 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,7 +34,7 @@ ext { compileSdkVersion = 25 buildToolsVersion = "25.0.3" minSdkVersion = 16 - targetSdkVersion = 23 + targetSdkVersion = 25 } // Force the version of the Android build tools we have chosen on all