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

compileSdkVersion is not specified after adding dProtect pluging in android project #11

Open LexzCQ1 opened 1 year ago

LexzCQ1 commented 1 year ago

I've added dProtect to android project but when I try to build APK gradle shows me error

compileSdkVersion is not specified. Please add it to build.gradle

But I've got compileSdkVersion field in android app build.gradle.