Emoji shortname conversion

This commit is contained in:
Eugen Rochko 2017-03-07 12:11:18 +01:00
commit 03d9701669
3 changed files with 1866 additions and 2 deletions

View file

@ -21,7 +21,7 @@ android {
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})