diff options
| author | Pedro J. Estébanez | 2017-01-24 16:29:09 +0100 |
|---|---|---|
| committer | Pedro J. Estébanez | 2017-01-24 16:29:09 +0100 |
| commit | fec41c528c71a51bf9f01c92a7e557abd82e364d (patch) | |
| tree | f4a98ad8d14f318a8e9917d722206536c01e5aa7 | |
| parent | 0669c9816e679619753a3d8a966c73f3dd17f86c (diff) | |
| download | godot-fec41c528c71a51bf9f01c92a7e557abd82e364d.tar.gz godot-fec41c528c71a51bf9f01c92a7e557abd82e364d.tar.zst godot-fec41c528c71a51bf9f01c92a7e557abd82e364d.zip | |
Fix resources for Android modules not being merged
Fixes #7421
| -rw-r--r-- | platform/android/build.gradle.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 873eef056..c46a15bd1 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -52,11 +52,10 @@ android { java.srcDirs = ['src' $$GRADLE_JAVA_DIRS$$ ] - resources.srcDirs = [ + res.srcDirs = [ 'res' $$GRADLE_RES_DIRS$$ ] - res.srcDirs = ['res'] // libs.srcDirs = ['libs'] aidl.srcDirs = [ 'aidl' |
