kotlin 针对Android上的S+(版本31及以上)错误

hmae6n7t  于 2023-02-16  发布在  Kotlin
关注(0)|答案(1)|浏览(128)

我尝试将com.google.android.gms:play-services-ads库从19.0.0升级到20.0.0,但收到以下错误:
Targeting S+ Error
应用程序版本:
my app versions
等级:4.2.2Kotlin:1.6.10
我尝试升级其他使用相同库的库来避免类重复,但现在抛出了它。我尝试了一些解决方案,但对我不起作用

lawou6xi

lawou6xi1#

作为我研究的结果,我看到解决方案是通过在这条链路上应用操作来实现的。
https://github.com/qiscus/qiscus-sdk-android/releases/tag/1.3.35

implementation 'androidx.work:work-runtime:2.7.0-alpha05'

相关问题