aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle61
1 files changed, 30 insertions, 31 deletions
diff --git a/build.gradle b/build.gradle
index 297a26fd2..ff49e3d1e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ allprojects {
}
configurations {
- standardPushCompile
+ standardPushimplementation
}
ext {
@@ -38,36 +38,35 @@ ext {
}
dependencies {
- compile project(':libs:MemorizingTrustManager')
- compile project(':libs:android-transcoder')
- standardPushCompile 'com.google.android.gms:play-services-gcm:11.8.0'
- compile 'org.sufficientlysecure:openpgp-api:10.0'
- compile 'com.soundcloud.android:android-crop:1.0.1@aar'
- compile 'org.bouncycastle:bcmail-jdk15on:1.58'
- compile 'org.jitsi:org.otr4j:0.22'
- compile 'org.gnu.inet:libidn:1.15'
- compile 'com.google.zxing:core:3.3.0'
- compile 'de.measite.minidns:minidns-hla:0.2.4'
- compile 'me.leolin:ShortcutBadger:1.1.21@aar'
- compile 'com.kyleduo.switchbutton:library:1.2.8'
- compile 'org.whispersystems:signal-protocol-java:2.6.2'
- compile 'com.makeramen:roundedimageview:2.3.0'
- compile 'jetty:javax.servlet:5.1.12'
- compile 'com.google.code.gson:gson:2.8.0'
- compile 'com.android.support:multidex:1.0.3'
- compile "com.android.support:support-v13:$supportLibVersion"
- compile "com.android.support:appcompat-v7:$supportLibVersion"
- compile "com.android.support:support-v4:$supportLibVersion"
- compile "com.android.support:support-emoji:$supportLibVersion"
- compile "com.android.support:support-emoji-bundled:$supportLibVersion"
- compile "com.android.support:support-emoji-appcompat:$supportLibVersion"
- compile "com.android.support:exifinterface:$supportLibVersion"
- compile 'com.github.bumptech.glide:glide:3.8.0'
- compile 'com.github.chrisbanes:PhotoView:2.0.0'
- compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.3'
- compile 'pub.devrel:easypermissions:1.1.3'
- compile 'com.wefika:flowlayout:0.4.1'
- compile 'com.googlecode.ez-vcard:ez-vcard:0.10.3'
+ implementation project(':libs:android-transcoder')
+ standardPushimplementation 'com.google.android.gms:play-services-gcm:11.8.0'
+ implementation 'org.sufficientlysecure:openpgp-api:10.0'
+ implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
+ implementation 'org.bouncycastle:bcmail-jdk15on:1.58'
+ implementation 'org.jitsi:org.otr4j:0.22'
+ implementation 'org.gnu.inet:libidn:1.15'
+ implementation 'com.google.zxing:core:3.3.0'
+ implementation 'de.measite.minidns:minidns-hla:0.2.4'
+ implementation 'me.leolin:ShortcutBadger:1.1.21@aar'
+ implementation 'com.kyleduo.switchbutton:library:1.2.8'
+ implementation 'org.whispersystems:signal-protocol-java:2.6.2'
+ implementation 'com.makeramen:roundedimageview:2.3.0'
+ implementation 'jetty:javax.servlet:5.1.12'
+ implementation 'com.google.code.gson:gson:2.8.0'
+ implementation 'com.android.support:multidex:1.0.3'
+ implementation "com.android.support:support-v13:$supportLibVersion"
+ implementation "com.android.support:appcompat-v7:$supportLibVersion"
+ implementation "com.android.support:support-v4:$supportLibVersion"
+ implementation "com.android.support:support-emoji:$supportLibVersion"
+ implementation "com.android.support:support-emoji-bundled:$supportLibVersion"
+ implementation "com.android.support:support-emoji-appcompat:$supportLibVersion"
+ implementation "com.android.support:exifinterface:$supportLibVersion"
+ implementation 'com.github.bumptech.glide:glide:3.8.0'
+ implementation 'com.github.chrisbanes:PhotoView:2.0.0'
+ implementation 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.3'
+ implementation 'pub.devrel:easypermissions:1.1.3'
+ implementation 'com.wefika:flowlayout:0.4.1'
+ implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.3'
}
ext {