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

gradle 8 support #12

Open Bsaroth opened 1 year ago

Bsaroth commented 1 year ago

Hi,

> Failed to apply plugin 're.obfuscator.dprotect'.
   > API 'android.registerTransform' is removed.

Occurs with gradle 8+ build

Bsaroth commented 1 year ago

It turns out that it's a proguard issue not fully supporting agp 8+, Guardsquare/proguard#280

androidacy-user commented 11 months ago

ProGuard said they have no intention of supporting it: https://github.com/Guardsquare/proguard/issues/280#issuecomment-1798563020

Should this library be considered dead for AGP 8+?