Bump com.android.application to 8.7.1 and suppress incorrect new lint warning

This commit is contained in:
Sylvia van Os
2024-10-22 18:39:34 +02:00
parent d95a7f7982
commit 693e89c635
2 changed files with 3 additions and 2 deletions

View File

@@ -183,7 +183,8 @@
android:resource="@xml/file_provider_paths" />
</provider>
<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>
<action android:name="android.service.controls.ControlsProviderService" />
</intent-filter>

View File

@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
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
}