app/build.gradle
changeset 1052 25fea6b849dc
parent 1051 4e7f5fd5c6e0
child 1053 757bdaef7d63
equal deleted inserted replaced
1051:4e7f5fd5c6e0 1052:25fea6b849dc
    31 dependencies {
    31 dependencies {
    32     compile fileTree(include: ['*.jar'], dir: 'libs')
    32     compile fileTree(include: ['*.jar'], dir: 'libs')
    33     compile project(":third_parties:memorizingtrustmanager")
    33     compile project(":third_parties:memorizingtrustmanager")
    34     compile project(":third_parties:stroke")
    34     compile project(":third_parties:stroke")
    35     compile project(":third_parties:mmssmiley")
    35     compile project(":third_parties:mmssmiley")
       
    36     compile 'com.android.support:support-v4:21.0.3'
    36     compile 'org.jitsi:org.otr4j:0.22'
    37     compile 'org.jitsi:org.otr4j:0.22'
    37 }
    38 }
    38 
    39 
    39 apply from: "$project.rootDir/tools/android-checkstyle.gradle"
    40 apply from: "$project.rootDir/tools/android-checkstyle.gradle"
    40 apply from: "$project.rootDir/tools/android-javadoc.gradle"
    41 apply from: "$project.rootDir/tools/android-javadoc.gradle"