diff --git a/android/build.gradle b/android/build.gradle index d4d5865080..f49b00f10b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -145,5 +145,5 @@ afterEvaluate { android.sourceSets.main.assets.getSrcDirs().each { println it } } dependencies { - implementation project(':com.bda.controller') + implementation files('libs/com.bda.controller.jar') } diff --git a/com.bda.controller/build.gradle b/com.bda.controller/build.gradle deleted file mode 100644 index 6a92640775..0000000000 --- a/com.bda.controller/build.gradle +++ /dev/null @@ -1,2 +0,0 @@ -configurations.maybeCreate("default") -artifacts.add("default", file('com.bda.controller.jar')) \ No newline at end of file diff --git a/com.bda.controller/com.bda.controller.jar b/com.bda.controller/com.bda.controller.jar deleted file mode 100644 index f71dbece34..0000000000 Binary files a/com.bda.controller/com.bda.controller.jar and /dev/null differ diff --git a/settings.gradle b/settings.gradle index 4402ed0f66..d69713c245 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':android', ':com.bda.controller' +include ':android'