How Do I Implement ProGuard Into My Android Studio Project

Every guide I see online states that its already supposed to be a part of your android project, but since the project is created with cordova I’m sure I’ll have to add the files and configure manually,

Does anyone know how to do this?

It looks like you don’t need to it modified bytecode aka the APK not project files

So the variables in my app are already obfuscated?

I’ll download and use the apk tool and decompile it to check

I don’t understand, I used proguard in my cordova project, but it doesn’t change the variable names, when I check the code.js files they have the same variable names I used