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 }