How can I cancel some of the packages after I exclude the parent package in proguard.cfg:
Example:
-keep com.myapp. ** {*; }
I want proguard to obfuscate com.myapp.data. ** {*; }
You can use ProGuard-style regular expressions for the class name:
-keep class !com.myapp.data.**,com.myapp.** { *; }
Source: https://habr.com/ru/post/952846/More articles:Exporting a MongoDB collection to CSV or XLSX using Meteor / JavaScript - javascriptMaven - several versions of the artifact in dependency management - mavenBeanstalk on Windows: How to Prevent Command Execution on Redeployment? - windowsIcmp request received but not responding - linuxWhy does .net mvc 4 web api service show the local machine path in an exception message? - c #Is developing an iOS application using PhoneGap on Windows 7 possible? - windowsWhat is the difference between init () and window.init ()? - javascriptKnockout.js project structure - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/952850/how-do-i-add-the-metro-ui-controls-to-the-toolbox-in-visual-studio&usg=ALkJrhgkhReqEQG8xD6ykmqFhOpA8OuCmQMeteor, CSS download scripts for pages - javascriptAll Articles