Created
August 7, 2018 19:32
-
-
Save Tom-Ski/bb3a3ce570cbf4bfb76f09bf4063fe36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: backends/gdx-backend-android/build.gradle | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- backends/gdx-backend-android/build.gradle (date 1533542459000) | |
+++ backends/gdx-backend-android/build.gradle (date 1533661568195) | |
@@ -15,5 +15,5 @@ | |
******************************************************************************/ | |
dependencies { | |
- compile fileTree(dir: 'libs', include: ['*.jar']) | |
+ compileOnly fileTree(dir: 'libs', include: ['*.jar']) | |
} | |
Index: extensions/gdx-controllers/gdx-controllers-android/build.gradle | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- extensions/gdx-controllers/gdx-controllers-android/build.gradle (date 1533542459000) | |
+++ extensions/gdx-controllers/gdx-controllers-android/build.gradle (date 1533661702316) | |
@@ -16,5 +16,6 @@ | |
dependencies { | |
compileOnly project(":backends:gdx-backend-android") | |
+ compileOnly fileTree(dir: '../../../backends/gdx-backend-android/libs', include: ['*.jar']) | |
compileOnly project(":extensions:gdx-controllers:gdx-controllers") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment