From 23b7049eafe8316b2f9785c324c58d355ec2bbf3 Mon Sep 17 00:00:00 2001 From: relan Date: Wed, 26 Apr 2017 16:38:59 +0300 Subject: [PATCH] Muzei: exclude example-watchface The example-watchface component pulls com.google.android.support:wearable library from the Google Repository. --- metadata/net.nurik.roman.muzei.txt | 6 +++--- .../net.nurik.roman.muzei/2.3-remove-play-services.patch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/net.nurik.roman.muzei.txt b/metadata/net.nurik.roman.muzei.txt index 3b7b376305..eaec35104b 100644 --- a/metadata/net.nurik.roman.muzei.txt +++ b/metadata/net.nurik.roman.muzei.txt @@ -43,14 +43,14 @@ Build:2.3,23015 subdir=main patch=2.3-remove-play-services.patch gradle=prod - rm=wearable + rm=wearable,example-watchface Maintainer Notes: Custom version format, so no UCM applies. Since 2.0, source code needs to be patched to get rid of Google Play Services. -The wearable component has to be removed completely, the rest of the code must -be cleaned up from FirebaseAnalytics. +The wearable and example-watchface components should be removed completely, the +rest of the code has be cleaned up from FirebaseAnalytics. . Auto Update Mode:None diff --git a/metadata/net.nurik.roman.muzei/2.3-remove-play-services.patch b/metadata/net.nurik.roman.muzei/2.3-remove-play-services.patch index 84fde3df56..e526de1c37 100644 --- a/metadata/net.nurik.roman.muzei/2.3-remove-play-services.patch +++ b/metadata/net.nurik.roman.muzei/2.3-remove-play-services.patch @@ -556,9 +556,9 @@ index fea6abc..0000000 - } -} diff --git a/settings.gradle b/settings.gradle -index 1650621..675275e 100644 +index 1650621..26d06ce 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':api', ':android-client-common', ':source-featured-art', ':source-gallery', ':main', ':wearable', ':example-source-500px', 'example-contract-widget', 'example-watchface' -+include ':api', ':android-client-common', ':source-featured-art', ':source-gallery', ':main', ':example-source-500px', 'example-contract-widget', 'example-watchface' ++include ':api', ':android-client-common', ':source-featured-art', ':source-gallery', ':main', ':example-source-500px', 'example-contract-widget'