Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 03b11df8 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Force queryability for Android 11 compat

parent 23e412dd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ script:
android:
  components:
  - tools
  - tools
  - platform-tools
  - build-tools-29.0.3
  - android-29
  - android-30
  - extra-android-m2repository
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ allprojects {
    ext.androidBuildVersionTools = "29.0.3"
}

def androidCompileSdk() { return 29 }
def androidCompileSdk() { return 30 }

def androidTargetSdk() { return 24 }

+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

    <uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"/>
    <application
        android:forceQueryable="true"
        android:icon="@drawable/icon"
        android:label="@string/app_name">
        <meta-data