From 3c07edb5e5606ad0a86514df894564909aa95072 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Tue, 23 Nov 2021 21:30:34 +0530 Subject: [PATCH] Targeting Android 11, Android 12 foreground service restrictions causes multiple crashes --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a536de93..1bac73b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { defaultConfig { minSdkVersion 21 - targetSdkVersion 31 + targetSdkVersion 30 renderscriptTargetApi 29//must match target sdk and build tools vectorDrawables.useSupportLibrary = true @@ -154,7 +154,7 @@ dependencies { implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5' implementation 'com.github.AdrienPoupa:jaudiotagger:2.2.3' - implementation 'com.anjlab.android.iab.v3:library:2.0.1' + implementation 'com.anjlab.android.iab.v3:library:2.0.3' implementation 'com.r0adkll:slidableactivity:2.1.0' implementation 'com.heinrichreimersoftware:material-intro:2.0.0' implementation 'com.github.dhaval2404:imagepicker:1.7.1'