Commit ff216cbb authored by Grigory Fedorov's avatar Grigory Fedorov

Merge branch 'aelmahmoudy-new_otr' into develop

parents 9645ca0f d35eec4b
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
repositories {
mavenCentral()
mavenLocal()
}
android { android {
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion "21.1.2" buildToolsVersion "21.1.2"
...@@ -17,12 +12,6 @@ android { ...@@ -17,12 +12,6 @@ android {
versionName '0.10.21' versionName '0.10.21'
} }
sourceSets {
main {
java.srcDirs = ['src/main/java', 'otr4j/src/main/java']
}
}
buildTypes { buildTypes {
release { release {
minifyEnabled false minifyEnabled false
...@@ -38,5 +27,5 @@ android { ...@@ -38,5 +27,5 @@ android {
dependencies { dependencies {
compile 'com.android.support:appcompat-v7:21.0.3' compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:support-v13: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'
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