From ec9387115f023da85fd6b72490f9db857fbf3218 Mon Sep 17 00:00:00 2001 From: Chris Garrity Date: Tue, 21 Apr 2020 09:52:42 -0400 Subject: [PATCH] Avoid concatenation in AndroidManifest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trying to use the extension pattern this way gets an error when uploading the APK to Google Play, so just hard code the extension patters. This won’t work for PBS kids version. --- android/ScratchJr/app/src/main/AndroidManifest.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/android/ScratchJr/app/src/main/AndroidManifest.xml b/android/ScratchJr/app/src/main/AndroidManifest.xml index 68c2303..7ae7c03 100644 --- a/android/ScratchJr/app/src/main/AndroidManifest.xml +++ b/android/ScratchJr/app/src/main/AndroidManifest.xml @@ -45,11 +45,10 @@ - - - - - + + + +