1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

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.
This commit is contained in:
fhuya
2020-04-15 22:32:46 -07:00
committed by Fredia Huya-Kouadio
parent 3c1218a39a
commit c591cb8fda
6 changed files with 8 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
useLibrary 'org.apache.http.legacy'
defaultConfig {
minSdkVersion versions.minSdk