dProtect
dProtect copied to clipboard
Usage of removed Android API
trafficstars
I've added dProtect as plugin in android project but when I try to build APK Gradle tells me that _> Failed to apply plugin 're.obfuscator.dprotect'.
API 'android.registerTransform' is removed.
For more information, see https://developer.android.com/studio/releases/gradle-plugin-api-updates#transform-api.
To determine what is calling android.registerTransform, use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
ved._
Downgrading to buildtools 31 and compile SDK 31 hadn't solved the problem
#12