Skip to content

Instantly share code, notes, and snippets.

@Tom-Ski
Created August 7, 2018 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tom-Ski/bb3a3ce570cbf4bfb76f09bf4063fe36 to your computer and use it in GitHub Desktop.
Save Tom-Ski/bb3a3ce570cbf4bfb76f09bf4063fe36 to your computer and use it in GitHub Desktop.
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