From abc1ddda8a0d880766601807f02afccb6d529d5d Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 25 Oct 2018 10:21:45 -0400 Subject: [PATCH] AndroidManifest.xml increase targetSdkVersion 19 -> 26 This is a Google Play store requirement as of November 1st, 2018. https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html --- android/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 9f3f7b589..7143aa2a4 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -48,7 +48,7 @@ - + -- 2.22.0