Gradle failed to build when proguard is activated

后端 未结 4 1857
花落未央
花落未央 2020-12-03 00:40

I am trying to release my Android application with Gradle.

Everything works, including the ./gradlew clean build assembleRelease command.

Howeve

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 01:13

    You can use -ignorewarnings at proguard-project.txt so you don't need to specify each package.

提交回复
热议问题