Make conversations the root project

This commit is contained in:
Sam Whited 2014-10-22 15:44:55 -04:00
parent 07b47172a0
commit 281ce3105f
315 changed files with 6 additions and 30 deletions

View File

@ -51,7 +51,11 @@ android {
}
dependencies {
// ToDo: Move libs here if possible (instead of including the jars)
"compile 'com.android.support:support-v13:19.1.0'"
compile project(':minidns')
compile project(':openpgpapilib')
compile project(':memorizingTrustManager')
compile 'com.android.support:support-v13:19.1.0'
// compile files('libs/bcprov-jdk15on-150.jar')
// compile files('libs/otr4j-0.10.jar')
compile fileTree(dir: 'libs', include: ['*.jar'])
}

View File

@ -1,28 +0,0 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "20.0.0"
defaultConfig {
applicationId "eu.siacs.conversations"
minSdkVersion 14
targetSdkVersion 19
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
compile project(':minidns')
compile project(':openpgpapilib')
compile project(':memorizingTrustManager')
compile files('libs/android-support-v13.jar')
compile files('libs/bcprov-jdk15on-150.jar')
compile files('libs/otr4j-0.10.jar')
}

Some files were not shown because too many files have changed in this diff Show More