mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-08-07 05:44:43 -04:00
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:
2 files changed
+3
-2
No files matched your search
@@ -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
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user