open-obfuscator / dProtect

:electron: dProtect is a Proguard-based obfuscator for Java and Kotlin
https://obfuscator.re/dprotect
GNU General Public License v2.0
317 stars 46 forks source link

Usage of removed Android API #10

Open LexzCQ1 opened 1 year ago

LexzCQ1 commented 1 year ago

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

androidacy-user commented 10 months ago

12