1
0
mirror of https://gitlab.shinice.net/pixeldroid/PixelDroid synced 2025-02-03 17:07:31 +01:00

Add dependency on androidx.fragment

This commit is contained in:
Matthieu 2021-05-09 14:08:36 +02:00
parent 09c35a25f7
commit 0a70792851

View File

@ -111,6 +111,7 @@ dependencies {
implementation "androidx.annotation:annotation:1.2.0"
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation "androidx.activity:activity-ktx:1.2.3"
implementation 'androidx.fragment:fragment-ktx:1.3.3'
// Use the most recent version of CameraX
def cameraX_version = '1.0.0'