aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle29
1 files changed, 16 insertions, 13 deletions
diff --git a/build.gradle b/build.gradle
index 130fa6b1..30bd1050 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,17 +25,20 @@ repositories {
}
dependencies {
- compile project(':libs:openpgp-api-lib')
- compile project(':libs:MemorizingTrustManager')
- compile 'com.android.support:support-v13:21.0.3'
- compile 'org.bouncycastle:bcprov-jdk15on:1.51'
- compile 'org.jitsi:org.otr4j:0.22'
- compile 'org.gnu.inet:libidn:1.15'
- compile 'com.google.zxing:core:3.1.0'
- compile 'com.google.zxing:android-integration:3.1.0'
- compile 'de.measite.minidns:minidns:0.1.3'
+ compile project(':libs:openpgp-api-lib')
+ compile project(':libs:MemorizingTrustManager')
+ compile 'com.android.support:support-v13:21.0.3'
+ compile 'org.bouncycastle:bcprov-jdk15on:1.51'
+ compile 'org.jitsi:org.otr4j:0.22'
+ compile 'org.gnu.inet:libidn:1.15'
+ compile 'com.google.zxing:core:3.1.0'
+ compile 'com.google.zxing:android-integration:3.1.0'
+ compile 'de.measite.minidns:minidns:0.1.3'
compile 'de.timroes.android:EnhancedListView:0.3.4'
- compile 'me.leolin:ShortcutBadger:1.1.1@aar'
+ compile 'me.leolin:ShortcutBadger:1.1.3@aar'
+ compile 'com.kyleduo.switchbutton:library:1.2.8'
+ compile 'org.whispersystems:axolotl-android:1.3.4'
+ compile 'com.makeramen:roundedimageview:2.1.1'
compile project(':libs:emojicon')
compile project(':libs:colorpicker')
}
@@ -47,8 +50,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
- versionCode 64
- versionName "1.5.2.1"
+ versionCode 65
+ versionName "1.6.3.1"
}
compileOptions {
@@ -95,7 +98,7 @@ android {
}
lintOptions {
- disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity'
+ disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource'
}
subprojects {