From 5fd30876ab7d01af9a6e702ee391e4a469269ba6 Mon Sep 17 00:00:00 2001 From: nillerusr Date: Thu, 29 Oct 2020 21:51:36 +0300 Subject: [PATCH] fix max_aspect --- android/AndroidManifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 5dadde2c..10b8a8af 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -6,8 +6,8 @@ package="su.xash.engine" android:versionCode="1710" android:versionName="0.20.1" - android:installLocation="auto"> - android:allowAudioPlaybackCapture="true" + android:installLocation="auto" + android:allowAudioPlaybackCapture="true"> - +