From c591cb8fda5409d1bdc86bcda037578046117eb1 Mon Sep 17 00:00:00 2001 From: fhuya Date: Wed, 15 Apr 2020 22:32:46 -0700 Subject: Migrate legacy apache dependency to the GodotPayment plugin This is the only location in the codebase where it's being used, so no need to make the main lib have a dependency on it. --- platform/android/java/lib/build.gradle | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/android/java/lib/build.gradle') diff --git a/platform/android/java/lib/build.gradle b/platform/android/java/lib/build.gradle index c69e19fbfa..6bb438c249 100644 --- a/platform/android/java/lib/build.gradle +++ b/platform/android/java/lib/build.gradle @@ -12,7 +12,6 @@ def pathToRootDir = "../../../../" android { compileSdkVersion versions.compileSdk buildToolsVersion versions.buildTools - useLibrary 'org.apache.http.legacy' defaultConfig { minSdkVersion versions.minSdk -- cgit v1.2.3