Skip to content

Commit

Permalink
Fix missing symbols in code by moving libs
Browse files Browse the repository at this point in the history
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
  • Loading branch information
TacoTheDank committed Jun 6, 2019
1 parent 46ddfd1 commit e2a56ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doom/build.gradle
Expand Up @@ -80,7 +80,7 @@ android {
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation fileTree(include: ['*.jar'], dir: '../libs')
implementation project(':touchcontrols')
implementation "com.android.support:appcompat-v7:$android_support_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion touchcontrols/build.gradle
Expand Up @@ -16,5 +16,5 @@ android {
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation fileTree(include: ['*.jar'], dir: '../libs')
}

1 comment on commit e2a56ff

@mkrupczak3
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkrupczak3 take another look at fmod.jar

Please sign in to comment.