Quellcode durchsuchen

Merge pull request #7060 from nextcloud/removeOverrideLib

override lib is not needed anylonger
Andy Scherzinger vor 4 Jahren
Ursprung
Commit
c47dead2af
2 geänderte Dateien mit 1 neuen und 5 gelöschten Zeilen
  1. 1 3
      src/androidTest/AndroidManifest.xml
  2. 0 2
      src/main/AndroidManifest.xml

+ 1 - 3
src/androidTest/AndroidManifest.xml

@@ -25,10 +25,8 @@
     the normal release/debug builds.
 -->
 
-<manifest xmlns:tools="http://schemas.android.com/tools"
-    xmlns:android="http://schemas.android.com/apk/res/android"
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="${applicationId}.test"
     android:sharedUserId="${applicationId}.uid">
 
-    <uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator, tools.fastlane.screengrab" />
 </manifest>

+ 0 - 2
src/main/AndroidManifest.xml

@@ -71,8 +71,6 @@
     must request the FOREGROUND_SERVICE permission -->
     <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
 
-    <uses-sdk tools:overrideLibrary="com.blikoon.qrcodescanner, io.noties.markwon.ext.latex, io.noties.markwon.ext.strikethrough, io.noties.markwon.ext.tables, io.noties.markwon.ext.tasklist, io.noties.markwon.html, io.noties.markwon.linkify, io.noties.markwon.syntax, io.noties.markwon, ru.noties.jlatexmath.android" />
-
     <!-- Some Chromebooks don't support touch. Although not essential,
          it's a good idea to explicitly include this declaration. -->
     <uses-feature