Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかのクラスだけを除いて、ProGuardに何も難読化しないように強制したいと思います。
これはどのように行うことができますか?オンラインで調べたところ、似たようなものが見つからなかったため、実際のサンプルコードを提供してください。
これを気にする人にとっては、これがどのように行われるかです。
-クラスを維持する!com.mypackage.classA、!com.mypackage.classB {*; }
等...