Commit d35eec4b authored by Grigory Fedorov's avatar Grigory Fedorov

Merge branch 'new_otr' of https://github.com/aelmahmoudy/xabber-android into aelmahmoudy-new_otr

parents 9645ca0f 90c65b7e
apply plugin: 'com.android.application'
repositories {
mavenCentral()
mavenLocal()
}
android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
......@@ -17,12 +12,6 @@ android {
versionName '0.10.21'
}
sourceSets {
main {
java.srcDirs = ['src/main/java', 'otr4j/src/main/java']
}
}
buildTypes {
release {
minifyEnabled false
......@@ -38,5 +27,5 @@ android {
dependencies {
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:support-v13:21.0.3'
compile 'org.bouncycastle:bcprov-jdk15on:1.49'
compile project('otr4j')
}
Subproject commit 1811af26058c45aa0b67accd29ee278c80b02f0a
Subproject commit ab1d28e8641238bcfd0ba11c0477da1d99f38a11
include ':app'
include ':app:otr4j'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment