summaryrefslogtreecommitdiff
path: root/main/src/ui/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/AndroidManifest.xml')
-rw-r--r--main/src/ui/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/ui/AndroidManifest.xml b/main/src/ui/AndroidManifest.xml
index b3bd8ecf..21241f0a 100644
--- a/main/src/ui/AndroidManifest.xml
+++ b/main/src/ui/AndroidManifest.xml
@@ -14,6 +14,10 @@
android:name="android.hardware.touchscreen"
android:required="false" />
+ <!-- This library wants SDK version 23 but we do runtime checks to not use it before
+ API 23 -->
+ <uses-sdk tools:overrideLibrary="androidx.security"/>
+
<application android:banner="@mipmap/banner_tv">
<activity
android:exported="true"