app/build.gradle
changeset 1048 cd41ebc93e78
parent 1047 9b965359eaea
child 1049 41c9aa696059
equal deleted inserted replaced
1047:9b965359eaea 1048:cd41ebc93e78
    25 
    25 
    26 }
    26 }
    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 'org.jitsi:org.otr4j:0.22'
    31     compile 'org.jitsi:org.otr4j:0.22'
    31 }
    32 }
    32 
    33 
    33 apply from: "$project.rootDir/tools/android-checkstyle.gradle"
    34 apply from: "$project.rootDir/tools/android-checkstyle.gradle"