Happy Halloween!

This commit is contained in:
Vlad Mihalachi
2014-10-30 20:17:33 +01:00
parent 78407c292a
commit 614274c7d6
194 changed files with 1468 additions and 917 deletions

View File

@@ -17,6 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
apply plugin: 'com.android.library'
android {
@@ -60,9 +62,9 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':libraries:RootCommands')
compile project(':libraries:FloatingActionButton')
compile('de.greenrobot:eventbus:2.2.1') {
exclude module: 'support-v4'
}
//compile('de.greenrobot:eventbus:2.2.1') {
// exclude module: 'support-v4'
// }
// compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
compile 'org.apache.commons:commons-lang3:3.1'
compile files('libs/juniversalchardet-1.0.3.jar')