shwenzhang / AndResGuard

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

Incompatibility with gradle version 7.0 #480

Open mohammadreza-torkaman opened 2 years ago

mohammadreza-torkaman commented 2 years ago

Hi, when I run andresguard in Gradle v7.0, it doesn't work. It seems that something about annotations has been changed .

This is the error :

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

zhouzhuo810 commented 2 years ago

+1

CharlesTai commented 2 years ago

also happend to me in Gradle v7.0

Liveinadream commented 2 years ago

通过搜索后,看起来在在一些其他的项目也有人遇到了这个问题,这个是相关连接:https://github.com/gatling/gatling/issues/4068

对这个错误的改动在这里: https://github.com/gatling/gatling-gradle-plugin/commit/a86f08f5ee9db18cebdc09c6bf77a6bb182470c4?branch=a86f08f5ee9db18cebdc09c6bf77a6bb182470c4&diff=split

希望能够尽快适配

TokenYc commented 2 years ago

+1 希望能尽快适配

Leon406 commented 2 years ago

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

AndroidLMY commented 1 year ago

+1