[FIXED] How to use proguard in cordova android App
Issue I have a finished cordova project and i want to use proguard inorder to prevent others from reverse engineering
Read moreIssue I have a finished cordova project and i want to use proguard inorder to prevent others from reverse engineering
Read moreIssue I have a view binding extension for activity. Here is the implementation : inline fun <reified T : ViewBinding>
Read moreIssue I finally found out why my app crashes built for release. ProGuard was indeed stripping code from my application
Read moreIssue I have a certain class method which I want to invoke using Reflection. Here is an example of my
Read moreIssue Which ProGuard/R8 rules to use? Currently only Activites aren’t renamed I need to keep names of Fragment for screens
Read moreIssue In my library i use consumerProguardFiles in release build type. My proguard role is : -obfuscationdictionary proguard-dictionary.txt -classobfuscationdictionary proguard-dictionary.txt
Read moreIssue I have a strange problem showing local data in WebView. In my project neither loadData nor loadDataWithBaseUrl just not
Read moreIssue The project working well without enabling proguard, the problem comes when enable it, I am using retrofit with Moshi
Read moreIssue I was using react-native-config to support multiple flavours for multiple release builds. I’ve created multiple .env files also and
Read moreIssue I already made a Flutter app. The release apk is about 14MB. I searched methods to minify this and
Read more