Merge pull request #2126 from CatimaLoyalty/dep/agp871

Bump com.android.application to 8.7.1 and suppress incorrect new lint warning
This commit is contained in:
Sylvia van Os authored and GitHub committed 2024-10-22 19:01:27 +02:00
commit 056b363b7b
2 files changed
+3 -2

No files matched your search

+2 -1
View File
@@ -183,7 +183,8 @@
android:resource="@xml/file_provider_paths" /> android:resource="@xml/file_provider_paths" />
</provider> </provider>
<service android:name=".CardsOnPowerScreenService" android:label="@string/app_name" <service android:name=".CardsOnPowerScreenService" android:label="@string/app_name"
android:permission="android.permission.BIND_CONTROLS" android:exported="true"> android:permission="android.permission.BIND_CONTROLS" android:exported="true"
tools:targetApi="r">
<intent-filter> <intent-filter>
<action android:name="android.service.controls.ControlsProviderService" /> <action android:name="android.service.controls.ControlsProviderService" />
</intent-filter> </intent-filter>
+1 -1
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id("com.android.application") version "8.6.1" apply false id("com.android.application") version "8.7.1" apply false
id("com.github.spotbugs") version "5.1.4" apply false id("com.github.spotbugs") version "5.1.4" apply false
} }