shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.49k stars 1.53k forks source link

gradle 7.0.0 报错 #483

Open zhoujingheng opened 2 years ago

zhoujingheng commented 2 years ago

API 'BaseVariant.getApplicationIdTextResource' is obsolete and has been replaced with 'VariantProperties.applicationId'. It will be removed in version 7.0 of the Android Gradle plugin. For more information, see TBD. To determine what is calling BaseVariant.getApplicationIdTextResource, use -Pandroid.debug.obsoleteApi=true on the command line to display more information.

Some problems were found with the configuration of task ':app:resguardRelease' (type 'AndResGuardTask').

Krosxx commented 2 years ago

+1

TheMandalorianHub commented 2 years ago

+1

RecepK commented 2 years ago

+1

NKR00711 commented 2 years ago

+1

liupengandroid commented 2 years ago

+1

Leon406 commented 2 years ago

修改了gradle7.0+的版本 https://github.com/Leon406/AndResGuard

xDragonZ commented 2 years ago

@Leon406 thank you so much ❤️