广告sdk崩溃尝试修复
This commit is contained in:
parent
9a29a4b382
commit
fcf516ac7f
@ -110,6 +110,14 @@ dependencies {
|
|||||||
implementation 'com.unity3d.ads:unity-ads:4.8.0' // Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
|
implementation 'com.unity3d.ads:unity-ads:4.8.0' // Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
|
||||||
implementation 'com.vungle:publisher-sdk-android:6.12.1' // Assets/IronSource/Editor/ISVungleAdapterDependencies.xml:8
|
implementation 'com.vungle:publisher-sdk-android:6.12.1' // Assets/IronSource/Editor/ISVungleAdapterDependencies.xml:8
|
||||||
// Android Resolver Dependencies End
|
// Android Resolver Dependencies End
|
||||||
|
constraints {
|
||||||
|
implementation('androidx.work:work-runtime:2.7.0') {
|
||||||
|
because '''androidx.work:work-runtime:2.1.0 pulled from
|
||||||
|
play-services-ads has a bug using PendingIntent without
|
||||||
|
FLAG_IMMUTABLE or FLAG_MUTABLE and will fail in Apps
|
||||||
|
targeting S+.'''
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user