aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle11
1 files changed, 3 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle
index fd5805e8..a37b92c4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,13 +28,12 @@ repositories {
}
dependencies {
- compile project(':libs/minidns')
- compile project(':libs/openpgp-api-lib')
- compile project(':libs/MemorizingTrustManager')
+ compile project(':libs:minidns')
+ compile project(':libs:openpgp-api-lib')
+ compile project(':libs:MemorizingTrustManager')
compile 'com.android.support:support-v13:19.1.0'
compile 'org.bouncycastle:bcprov-jdk15on:1.50'
compile 'net.java:otr4j:0.21'
- compile fileTree(dir: 'libs', include: ['*.jar'])
}
android {
@@ -80,10 +79,6 @@ android {
}
buildTypes {
- release {
- runProguard true
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
- }
applicationVariants.all { variant ->
def fileName = variant.packageApplication.outputFile.name.replace(".apk",
"-" + defaultConfig.versionName + ".apk")