Targeting Android 11, Android 12 foreground service restrictions causes multiple crashes

This commit is contained in:
Prathamesh More 2021-11-23 21:30:34 +05:30
parent e0b3960374
commit 3c07edb5e5

View file

@ -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'