1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Address crash caused by missing dependency.

This commit is contained in:
fhuya
2020-01-27 10:45:25 -08:00
parent e41caac7db
commit 9bd841b86d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
dependencies {
implementation libraries.supportCoreUtils
implementation libraries.supportCoreUtils
}
def pathToRootDir = "../../../../"