Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 03b11df

Browse files
committed
Force queryability for Android 11 compat
1 parent 23e412d commit 03b11df

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ script:
1010
android:
1111
components:
1212
- tools
13+
- tools
1314
- platform-tools
1415
- build-tools-29.0.3
15-
- android-29
16+
- android-30
1617
- extra-android-m2repository

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
ext.androidBuildVersionTools = "29.0.3"
3030
}
3131

32-
def androidCompileSdk() { return 29 }
32+
def androidCompileSdk() { return 30 }
3333

3434
def androidTargetSdk() { return 24 }
3535

fake-store/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
<uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"/>
2222
<application
23+
android:forceQueryable="true"
2324
android:icon="@drawable/icon"
2425
android:label="@string/app_name">
2526
<meta-data

0 commit comments

Comments
 (0)