app/build.gradle
changeset 1075 af8866eba015
parent 1073 e47233095aab
equal deleted inserted replaced
1074:fde61b09cd8d 1075:af8866eba015
    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:22.0.0'
    36     compile 'com.android.support:support-v4:23.1.1'
    37     compile 'org.jitsi:org.otr4j:0.22'
    37     compile 'org.jitsi:org.otr4j:0.22'
    38 }
    38 }
    39 
    39 
    40 apply from: "$project.rootDir/tools/android-checkstyle.gradle"
    40 apply from: "$project.rootDir/tools/android-checkstyle.gradle"
    41 apply from: "$project.rootDir/tools/android-javadoc.gradle"
    41 apply from: "$project.rootDir/tools/android-javadoc.gradle"