1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Address crash caused by missing dependency.

This commit is contained in:
fhuya
2020-01-27 09:56:27 -08:00
parent 887950b793
commit e41caac7db
3 changed files with 6 additions and 2 deletions

View File

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