aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-03-26 20:10:57 +0200
committerChristian Schneppe <christian@pix-art.de>2017-03-26 21:44:05 +0200
commit69b66b3d2781bfa63dd327ac2a102354d5306df8 (patch)
treeee49d110a74b844ffe4ddc7047809bbe539e1671
parent5515834139bece9bd40607e4f7b18b51c8cc4235 (diff)
rename build flavors in gradle files too
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 39cc0d3da..ba28140ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,14 +24,14 @@ allprojects {
}
configurations {
- playstoreCompile
+ standardPushCompile
}
dependencies {
compile project(':libs:MemorizingTrustManager')
compile project(':libs:audiowife')
compile project(':libs:android-transcoder')
- playstoreCompile 'com.google.android.gms:play-services-gcm:10.2.0'
+ standardPushCompile 'com.google.android.gms:play-services-gcm:10.2.1'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:25.2.0'
@@ -102,7 +102,7 @@ android {
}
productFlavors {
- playstore
+ standardPush
standard
open {
buildConfigField("String", "XMPP_IP", "null")