You've already forked godot
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:
committed by
Rémi Verschelde
parent
520b2d822a
commit
cce7e6c9d6
@@ -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 = "../../../../"
|
||||
|
||||
Reference in New Issue
Block a user