AlexLiuSheng / CheckVersionLib

版本检测升级(更新)库。an auto check version library(app update) on Android
https://github.com/AlexLiuSheng/CheckVersionLib
2.66k stars 483 forks source link

请支持Android S #352

Closed keluokeda closed 1 year ago

keluokeda commented 2 years ago
java.lang.IllegalArgumentException: com.icarguard.ichebao: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
    Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
jikun2008 commented 2 years ago

可以用我现在这个库支持Android12 原作者那里fork过来了的

implementation 'com.github.jikun2008:CheckVersionLib:2.4.5'

AlexLiuSheng commented 1 year ago

2.4.2 去除读写权限适配到android13