reformat build.gradle
This commit is contained in:
parent
910b38ec13
commit
cbda5a5016
|
@ -23,6 +23,7 @@ configurations {
|
|||
|
||||
dependencies {
|
||||
compile project(':libs:MemorizingTrustManager')
|
||||
playstoreCompile 'com.google.android.gms:play-services-gcm:9.4.0'
|
||||
compile 'org.sufficientlysecure:openpgp-api:10.0'
|
||||
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
|
||||
compile 'com.android.support:support-v13:24.2.0'
|
||||
|
@ -38,7 +39,7 @@ dependencies {
|
|||
compile 'com.kyleduo.switchbutton:library:1.2.8'
|
||||
compile 'org.whispersystems:axolotl-android:1.3.4'
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue