MegatronKing / StringFog

一款自动对字节码中的字符串进行加密Android插件工具
Apache License 2.0
1.71k stars 343 forks source link

WARNING: API 'variantOutput.getProcessResources()' #25

Closed ghost closed 5 years ago

ghost commented 5 years ago

implementation 'com.github.megatronking.stringfog:interface:1.0.0'

WARNING: API 'variantOutput.getProcessResources()' is obsolete and has been replaced with 'variantOutput.getProcessResourcesProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. To determine what is calling variantOutput.getProcessResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace. Affected Modules: app

@MegatronKing

MegatronKing commented 5 years ago

根目录下build.gradle里面classpath的gradle版本是多少

ghost commented 5 years ago

@MegatronKing

classpath 'com.android.tools.build:gradle:3.4.0'

MegatronKing commented 5 years ago

同 #22