From a0099a3f19d09ff24b02b8bd84229d41ce70905e Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 27 Feb 2023 12:09:12 +0300 Subject: [PATCH] targetsdk 31 --- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 82dadd6..a99fb56 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { defaultConfig { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 - targetSdkVersion 30 + targetSdkVersion 31 versionCode 371 versionName "3.5.15" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d2c9784..ecef7fe 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -30,7 +30,7 @@ android:name=".services.TileService" android:icon="@drawable/ic_mic_24dp" android:label="@string/tile_start_recording" - android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"> + android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" android:exported="true"> @@ -78,14 +78,14 @@ - + - + @@ -97,4 +97,4 @@ android:exported="false" android:grantUriPermissions="true" /> - \ No newline at end of file +