dProtect icon indicating copy to clipboard operation
dProtect copied to clipboard

Usage of removed Android API

Open LexzCQ1 opened this issue 2 years ago • 1 comments
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

LexzCQ1 avatar Jul 05 '23 15:07 LexzCQ1

#12

androidacy-user avatar Dec 05 '23 23:12 androidacy-user