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

Use current androidx Fragment library instead of legacy libraries

This commit is contained in:
Marcel Admiraal
2021-08-31 11:02:59 +01:00
parent d308a0a148
commit 23311a6ed3
3 changed files with 4 additions and 8 deletions

View File

@@ -2,9 +2,8 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
dependencies {
implementation libraries.supportCoreUtils
implementation libraries.kotlinStdLib
implementation libraries.v4Support
implementation libraries.androidxFragment
}
def pathToRootDir = "../../../../"