From 693e89c635b2e956ff6b8008c7e9d948227c9155 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Tue, 22 Oct 2024 18:39:34 +0200 Subject: [PATCH] Bump com.android.application to 8.7.1 and suppress incorrect new lint warning --- app/src/main/AndroidManifest.xml | 3 ++- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f783db266..8a07cd9d1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -183,7 +183,8 @@ android:resource="@xml/file_provider_paths" /> + android:permission="android.permission.BIND_CONTROLS" android:exported="true" + tools:targetApi="r"> diff --git a/build.gradle.kts b/build.gradle.kts index eb3416d99..5ed16407f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 }