From 2cb7161b5d4f79e6b5ad679063e0282c14ff16a2 Mon Sep 17 00:00:00 2001 From: Matt Garnes Date: Thu, 4 Feb 2016 23:02:38 -0800 Subject: Bump targetSdkVersion to 23 AmbientSDK now targets 23 and the main application cannot target a lower API than a library it depends on. Change-Id: I1ac88f94e622b3fccb7e55c14b6578eee89cd677 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a883457..dc37607 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -21,7 +21,7 @@ android:protectionLevel="signature|system"/> + android:targetSdkVersion="23" />