I was browsing a German website when I noticed that during the initial page load there were some non printable characters displayed on the page (like ``). As a
How do I configure proguard/R8 to keep all the fields and methods of a class if the class contains an annotated field? I have a class public class MyDocument {
I'm getting deprecated warnings in regards to Proguard as well as R8 after upgrading my Android Studio to 3.6. Does that mean we shouldn't use obfuscation in ou
While I'm trying to obfuscate simple DataLoader.class file in ProGuard I get this error: Reading program directory [C:\Users\uzytkownik\Documents\NetBeansProje
I want to know, how to make my html file code to encrypted? So that if normal user see the code, then they don't understand the code?