This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To fix the following warning, you must add "-keepattributes EnclosingMethod" to your proguard config. | |
Dx warning: Ignoring InnerClasses attribute for an anonymous inner class | |
(me.kiip.internal.c.h) that doesn't come with an | |
associated EnclosingMethod attribute. This class was probably produced by a | |
compiler that did not target the modern .class file format. The recommended | |
solution is to recompile the class from source, using an up-to-date compiler | |
and without specifying any "-target" type options. The consequence of ignoring | |
this warning is that reflective operations on this class will incorrectly | |
indicate that it is *not* an inner class. |