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

(cherry picked from commit 23311a6ed3)
This commit is contained in:
Marcel Admiraal
2021-08-31 11:02:59 +01:00
committed by Rémi Verschelde
parent 520b2d822a
commit cce7e6c9d6
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 = "../../../../"