From 69b66b3d2781bfa63dd327ac2a102354d5306df8 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 26 Mar 2017 20:10:57 +0200 Subject: rename build flavors in gradle files too --- build.gradle | 6 +++--- 1 file 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") -- cgit v1.2.3