Loading .travis.yml +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ script: android: components: - tools - tools - platform-tools - build-tools-29.0.3 - android-29 - android-30 - extra-android-m2repository build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ allprojects { ext.androidBuildVersionTools = "29.0.3" } def androidCompileSdk() { return 29 } def androidCompileSdk() { return 30 } def androidTargetSdk() { return 24 } Loading fake-store/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.travis.yml +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ script: android: components: - tools - tools - platform-tools - build-tools-29.0.3 - android-29 - android-30 - extra-android-m2repository
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ allprojects { ext.androidBuildVersionTools = "29.0.3" } def androidCompileSdk() { return 29 } def androidCompileSdk() { return 30 } def androidTargetSdk() { return 24 } Loading
fake-store/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading