reformat build.gradle

This commit is contained in:
Daniel Gultsch 2016-08-25 22:53:27 +02:00
parent 910b38ec13
commit cbda5a5016
1 changed files with 86 additions and 85 deletions

View File

@ -23,6 +23,7 @@ configurations {
dependencies { dependencies {
compile project(':libs:MemorizingTrustManager') compile project(':libs:MemorizingTrustManager')
playstoreCompile 'com.google.android.gms:play-services-gcm:9.4.0'
compile 'org.sufficientlysecure:openpgp-api:10.0' compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar' compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:24.2.0' compile 'com.android.support:support-v13:24.2.0'
@ -38,7 +39,7 @@ dependencies {
compile 'com.kyleduo.switchbutton:library:1.2.8' compile 'com.kyleduo.switchbutton:library:1.2.8'
compile 'org.whispersystems:axolotl-android:1.3.4' compile 'org.whispersystems:axolotl-android:1.3.4'
compile 'com.makeramen:roundedimageview:2.2.0' compile 'com.makeramen:roundedimageview:2.2.0'
playstoreCompile 'com.google.android.gms:play-services-gcm:9.4.0' compile 'com.google.android.gms:play-services-gcm:9.4.0'
} }
ext { ext {