You've already forked godot
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:
@@ -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 = "../../../../"
|
||||
|
||||
Reference in New Issue
Block a user