From aaf066fe196604dc7120171e8241baecf2f299ee Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Wed, 9 Mar 2016 13:33:38 -0700 Subject: [PATCH] Make changes to build.gradle to support building with different flavors on F-Droid. --- app/app.iml | 90 +++++++++++++++++++++++------------------------- app/build.gradle | 2 +- 2 files changed, 44 insertions(+), 48 deletions(-) diff --git a/app/app.iml b/app/app.iml index 9618b33a..1bb84f7d 100644 --- a/app/app.iml +++ b/app/app.iml @@ -8,62 +8,62 @@ - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -97,8 +97,6 @@ - - @@ -118,10 +116,8 @@ - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index b0169cd5..2b6bb828 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,5 +55,5 @@ dependencies { compile 'com.android.support:appcompat-v7:23.2.0' compile 'com.android.support:design:23.2.0' compile 'com.android.support:support-v4:23.2.0' - compile 'com.google.android.gms:play-services-ads:8.4.0' + freeCompile 'com.google.android.gms:play-services-ads:8.4.0' } -- 2.43.0