app/build.gradle
changeset 1046 e7c2612c13b8
parent 1045 41c9aa696059
child 1047 3918daca2c41
equal deleted inserted replaced
1045:41c9aa696059 1046:e7c2612c13b8
    27 
    27 
    28 dependencies {
    28 dependencies {
    29     compile fileTree(include: ['*.jar'], dir: 'libs')
    29     compile fileTree(include: ['*.jar'], dir: 'libs')
    30     compile project(":third_parties:memorizingtrustmanager")
    30     compile project(":third_parties:memorizingtrustmanager")
    31     compile project(":third_parties:stroke")
    31     compile project(":third_parties:stroke")
       
    32     compile project(":third_parties:mmssmiley")
    32     compile 'org.jitsi:org.otr4j:0.22'
    33     compile 'org.jitsi:org.otr4j:0.22'
    33 }
    34 }
    34 
    35 
    35 apply from: "$project.rootDir/tools/android-checkstyle.gradle"
    36 apply from: "$project.rootDir/tools/android-checkstyle.gradle"