From 2c70db70745566ebc7035a546a241dcb115afc69 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Tue, 23 Feb 2021 17:11:32 +0100 Subject: Remove free build hack --- app/build.gradle | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 1fa52b53a..7f082494a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,14 +156,7 @@ android { } dependencies { - freeImplementation project(":core") - // free build hack: skip some dependencies - if (!doFreeBuild()) { - playImplementation project(":core") - implementation 'com.google.android.play:core:1.8.0' - } else { - System.out.println("app: free build hack, skipping some dependencies") - } + implementation project(":core") annotationProcessor "androidx.annotation:annotation:$annotationVersion" implementation "androidx.appcompat:appcompat:$appcompatVersion" @@ -199,6 +192,8 @@ dependencies { implementation 'com.github.ByteHamster:SearchPreference:v2.0.0' implementation 'com.github.skydoves:balloon:1.1.5' + // Non-free dependencies: + playImplementation 'com.google.android.play:core:1.8.0' compileOnly "com.google.android.wearable:wearable:$wearableSupportVersion" androidTestImplementation "org.awaitility:awaitility:$awaitilityVersion" -- cgit v1.2.3